diff options
| -rw-r--r-- | sound/soc/soc-core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index 862b1af5fbdf..70d9a7394b2b 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c | |||
| @@ -3299,6 +3299,7 @@ found: | |||
| 3299 | 3299 | ||
| 3300 | if (codec->reg_cache) | 3300 | if (codec->reg_cache) |
| 3301 | kfree(codec->reg_cache); | 3301 | kfree(codec->reg_cache); |
| 3302 | kfree(codec->name); | ||
| 3302 | kfree(codec); | 3303 | kfree(codec); |
| 3303 | } | 3304 | } |
| 3304 | EXPORT_SYMBOL_GPL(snd_soc_unregister_codec); | 3305 | EXPORT_SYMBOL_GPL(snd_soc_unregister_codec); |
