Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc5954f0 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

ASoC: max98088 - fix a memory leak

parent 7a479b02
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2019,7 +2019,10 @@ err_access:

static int max98088_remove(struct snd_soc_codec *codec)
{
       struct max98088_priv *max98088 = snd_soc_codec_get_drvdata(codec);

       max98088_set_bias_level(codec, SND_SOC_BIAS_OFF);
       kfree(max98088->eq_texts);

       return 0;
}