commit | c3b55e2ec9c76e7a0de2a0b1dc851fdc9440385b | [log] [tgz] |
---|---|---|
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | Mon Sep 17 17:26:41 2018 +0900 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Sep 17 13:41:14 2018 +0200 |
tree | f79472179806210280cb49c62be68b2260030424 | |
parent | 1064bc685d359f549f91c2d5f111965a9284f328 [diff] |
ALSA: fireworks: fix memory leak of response buffer at error path After allocating memory object for response buffer, ALSA fireworks driver has leak of the memory object at error path. This commit releases the object at the error path. Fixes: 7d3c1d5901aa('ALSA: fireworks: delayed registration of sound card') Cc: <stable@vger.kernel.org> # v4.7+ Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>