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

Commit 973f46b1 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: vidc: fix memory leak when set color format"

parents 81204a0c 0310eb82
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7114,7 +7114,7 @@ int msm_comm_set_color_format_constraints(struct msm_vidc_inst *inst,
		s_vpr_h(inst->sid, "Set color format constraint success\n");

exit:
	if (!pconstraint)
	if (pconstraint)
		kfree(pconstraint);
	return rc;
}