From: Pekka Enberg Date: Thu, 30 Sep 2010 19:57:33 +0000 (+0300) Subject: [CPUFREQ] Fix memory leaks in pcc_cpufreq_do_osc X-Git-Tag: v2.6.36-rc7~14^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3682930623f63c693845d9620c6bcdf5598c9bbb;p=pandora-kernel.git [CPUFREQ] Fix memory leaks in pcc_cpufreq_do_osc If acpi_evaluate_object() function call doesn't fail, we must kfree() output.buffer before returning from pcc_cpufreq_do_osc(). Signed-off-by: Pekka Enberg Acked-by: David Rientjes Signed-off-by: Dave Jones --- Reading git-diff-tree failed