forked from Minki/linux
ASoC: soc-core: Fix codec->name memory leak
Ensure that the codec->name is freed when unregistering the codec. Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
c429ffbe03
commit
1aafcd4d69
@ -3299,6 +3299,7 @@ found:
|
||||
|
||||
if (codec->reg_cache)
|
||||
kfree(codec->reg_cache);
|
||||
kfree(codec->name);
|
||||
kfree(codec);
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(snd_soc_unregister_codec);
|
||||
|
Loading…
Reference in New Issue
Block a user