Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
workqueue: Calling destroy_work_on_stack() to pair with INIT_WORK_ONS…
…TACK() In case CONFIG_DEBUG_OBJECTS_WORK is defined, it is needed to call destroy_work_on_stack() which frees the debug object to pair with INIT_WORK_ONSTACK(). Signed-off-by: Liu, Chuansheng <[email protected]> Signed-off-by: Tejun Heo <[email protected]>
- Loading branch information