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:
ec2cf68
)
ALSA: asihpi - Don't leak firmware if mem alloc fails
author
Jesper Juhl
<jj@chaosbits.net>
Sun, 31 Jul 2011 21:16:43 +0000
(23:16 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 1 Aug 2011 08:57:06 +0000
(10:57 +0200)
We leak the memory allocated to 'firmware' when we fail to
release_firmware() after a kmalloc() failure in hpi_dsp_code_open().
This patch should take care of the leak.
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
No differences found