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

Commit d1d5c000 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: wcd_cpe_core: Fix memory leak"

parents 145ca122 0008c3a8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2959,6 +2959,7 @@ static int wcd_cpe_send_param_dereg_model(
			__func__, rc);
	WCD_CPE_REL_LOCK(&session->lsm_lock, "lsm");
err_ret:
	kfree(message);
	return rc;
}