cpupower: Remove unneeded code and by that fix a memleak
authorThomas Renninger <trenn@suse.de>
Fri, 16 Dec 2011 14:35:54 +0000 (15:35 +0100)
committerDominik Brodowski <linux@dominikbrodowski.net>
Sat, 3 Mar 2012 13:40:10 +0000 (14:40 +0100)
commite0c6082daeb982df70f00bbb122fed66f7f57c3e
tree2032a8c9ffbdfc23d1f9e959aa73635ddce83d36
parent0b37ee65e5d5e626b50852718ed72979160f7be0
cpupower: Remove unneeded code and by that fix a memleak

Looks like some not needed debug code slipped in.
Also this code:
tmp = sysfs_get_idlestate_name(cpu, idlestates - 1);
performs a strdup and the mem was not freed again.
-> delete it.

Signed-off-by: Thomas Renninger <trenn@suse.de>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
tools/power/cpupower/utils/cpuidle-info.c