From: Axel Lin Date: Tue, 23 Nov 2010 07:58:39 +0000 (+0800) Subject: ASoC: wm8994 - fix memory leaks X-Git-Tag: v2.6.37-rc5~11^2~2^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=24fb2b1174ddc1f844e2008eb5b3105832860395;p=platform%2Fkernel%2Flinux-3.10.git ASoC: wm8994 - fix memory leaks Signed-off-by: Axel Lin Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c index ea3ee9f..4d3e6f1a 100644 --- a/sound/soc/codecs/wm8994.c +++ b/sound/soc/codecs/wm8994.c @@ -4061,6 +4061,8 @@ static int wm8994_codec_remove(struct snd_soc_codec *codec) wm8994_free_irq(codec->control_data, WM8994_IRQ_MIC2_DET, wm8994); wm8994_free_irq(codec->control_data, WM8994_IRQ_MIC1_SHRT, wm8994); wm8994_free_irq(codec->control_data, WM8994_IRQ_MIC1_DET, wm8994); + kfree(wm8994->retune_mobile_texts); + kfree(wm8994->drc_texts); kfree(wm8994); return 0;