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

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

Merge "msm: ipa3: fix memory leak in ipa3_send()"

parents eae11620 1272cb1a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -604,6 +604,7 @@ int ipa3_send(struct ipa3_sys_context *sys,
			IPAERR("GSI xfer failed.\n");
			goto failure;
		}
		kfree(gsi_xfer_elem_array);
	} else {
		result = sps_transfer(sys->ep->ep_hdl, &transfer);
		if (result) {