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

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

Merge "soc: qcom: glink_smem_native_xprt: Fix memory leak during qos init"

parents be27e35c 650c5307
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2296,6 +2296,7 @@ static int parse_qos_dt_params(struct device_node *node,
		einfo->ramp_time_us[i] = arr32[i];

	rc = 0;
	kfree(arr32);
	return rc;

invalid_key: