commit | 4862125b0256a946d2749a1d5003b0604bc3cb4d | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Mon Apr 01 11:23:31 2013 -0700 |
committer | Tejun Heo <tj@kernel.org> | Mon Apr 01 11:23:31 2013 -0700 |
tree | 0091a7104afb64d1ae7db22b880a8f5975ba2dab | |
parent | 13e2e556013a543eebd238d1c2759195e3c0c9fc [diff] |
workqueue: fix memory leak in apply_workqueue_attrs() apply_workqueue_attrs() wasn't freeing temp attrs variable @new_attrs in its success path. Fix it. Signed-off-by: Tejun Heo <tj@kernel.org> Reported-by: Lai Jiangshan <laijs@cn.fujitsu.com>