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

Commit c1ecf396 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: Fix memory issue on IPA wan-driver"

parents 2b6318f0 816bcef8
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -228,9 +228,7 @@ static void ipa_wan_msg_free_cb(void *buff, u32 len, u32 type)
	    type != WAN_UPSTREAM_ROUTE_DEL &&
	    type != WAN_EMBMS_CONNECT) {
		IPAERR("Wrong type given. buff %p type %d\n", buff, type);
		return;
	}

	kfree(buff);
}