commit | c6fba5451a84143f34056a465e72ba187fcc651c | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@kernel.org> | Wed May 14 16:22:59 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Thu May 29 11:25:15 2008 +0200 |
tree | b552b99533703a0e63b809f6fa77f81255c384bc | |
parent | 3f33a7ce9567ded582af1ab71f9802165fe12f09 [diff] |
show_schedstat(): fix memleak The Coverity checker spotted a memleak introduced by commit 39106dcf85285e78f3b290022122c76f851379b8 (cpumask: use new cpus_scnprintf function). It seems the kfree() got lost between v2 and v3 of this patch... Signed-off-by: Adrian Bunk <bunk@kernel.org> Cc: Mike Travis <travis@sgi.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>