git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86cf147
)
[CPUFREQ] Fix memory leaks in pcc_cpufreq_do_osc
author
Pekka Enberg
<penberg@cs.helsinki.fi>
Thu, 30 Sep 2010 19:57:33 +0000
(22:57 +0300)
committer
Dave Jones
<davej@redhat.com>
Thu, 30 Sep 2010 20:14:23 +0000
(16:14 -0400)
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 <penberg@cs.helsinki.fi>
Acked-by: David Rientjes <rientjes@google.com>
Signed-off-by: Dave Jones <davej@redhat.com>
No differences found