commit | ca3273f9646694e0419cfb9d6c12deb1c9aff27c | [log] [tgz] |
---|---|---|
author | Li Zefan <lizf@cn.fujitsu.com> | Fri Nov 07 14:47:21 2008 +0800 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Nov 07 08:29:58 2008 +0100 |
tree | 53e0b28edddd5c29691c9ccc8a7f3c8c11ee9c83 | |
parent | f29c9b1ccb52904ee442a933cf3dee628f9f4e62 [diff] |
sched: fix memory leak in a failure path Impact: fix rare memory leak in the sched-domains manual reconfiguration code In the failure path, rd is not attached to a sched domain, so it causes a leak. Signed-off-by: Li Zefan <lizf@cn.fujitsu.com> Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Ingo Molnar <mingo@elte.hu>