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:
c19bdb6
)
ACPI: power_meter: remove double kfree()
author
Darren Jenkins
<darrenrjenkins@gmail.com>
Tue, 12 Jan 2010 12:37:07 +0000
(23:37 +1100)
committer
Len Brown
<len.brown@intel.com>
Wed, 20 Jan 2010 04:56:02 +0000
(23:56 -0500)
resource->domain_devices can be double kfree()'d in a couple of places.
Fix this by setting num_domain_devices = 0 after the kfree().
Coverity CID: 13356, 13355, 13354
Signed-off-by: Darren Jenkins <darrenrjenkins@gmail.com>
Acked-by: Darrick J. Wong <djwong@us.ibm.com>
Signed-off-by: Len Brown <len.brown@intel.com>
No differences found