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

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

Merge "msm: ipa: a2_service: memory leak in tethered path"

parents d5935f85 4bc50086
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -517,6 +517,8 @@ static void ipa_tethered_notify(void *priv,
				a2_mux_ctx->bam_ch[A2_MUX_TETHERED_0].user_data,
				A2_MUX_RECEIVE,
				data);
		else
			dev_kfree_skb_any((struct sk_buff *)data);
		break;
	case IPA_WRITE_DONE:
		a2_mux_write_done(true, (struct sk_buff *)data);