commit | dfc12eb26a285df316be68a808af86964f3bff86 | [log] [tgz] |
---|---|---|
author | Phil Carmody <ext-phil.2.carmody@nokia.com> | Thu Dec 10 14:29:37 2009 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Dec 10 14:28:10 2009 +0100 |
tree | 502e31f805cd335131a52dd202c7c2825cf4006b | |
parent | 4ca3ef71f54655af98b66e8ff308a47a2a580a53 [diff] |
sched: Fix memory leak in two error corner cases If the second in each of these pairs of allocations fails, then the first one will not be freed in the error route out. Found by a static code analysis tool. Signed-off-by: Phil Carmody <ext-phil.2.carmody@nokia.com> Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl> LKML-Reference: <1260448177-28448-1-git-send-email-ext-phil.2.carmody@nokia.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>