]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ALSA: hdsp: fix memory leak
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Fri, 11 Sep 2015 13:40:38 +0000 (19:10 +0530)
committerTakashi Iwai <tiwai@suse.de>
Fri, 11 Sep 2015 15:35:11 +0000 (17:35 +0200)
commit29d28c5060023e661965c51c7e8f53bc9eb44fc4
tree918f0d0aa7d049c93464460ff74a14f249fcd8d2
parent5ee20bc792467d7d612157e0a9962765aa943b08
ALSA: hdsp: fix memory leak

If the size of the firmware is less than expected size then we are
exiting with the error code but we missed releasing the firmware.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/rme9652/hdsp.c