[alsa-devel] [PATCH] ASoC: nau8810: Fix memory leak in nau8810_eq_put error path

Axel Lin axel.lin at ingics.com
Thu Aug 25 02:55:27 CEST 2016


Signed-off-by: Axel Lin <axel.lin at ingics.com>
---
 sound/soc/codecs/nau8810.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/codecs/nau8810.c b/sound/soc/codecs/nau8810.c
index f9bcdc3..e455186 100644
--- a/sound/soc/codecs/nau8810.c
+++ b/sound/soc/codecs/nau8810.c
@@ -221,6 +221,7 @@ static int nau8810_eq_put(struct snd_kcontrol *kcontrol,
 		if (ret) {
 			dev_err(codec->dev, "EQ configuration fail, register: %x ret: %d\n",
 				reg + i, ret);
+			kfree(data);
 			return ret;
 		}
 	}
-- 
2.7.4



More information about the Alsa-devel mailing list