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

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

Merge "crypto: msm: avoid double free of pqcrypto_req_control"

parents c8ff58d1 5fe2df29
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -5078,8 +5078,6 @@ err:
	mutex_unlock(&cp->engine_lock);
	mutex_unlock(&cp->engine_lock);
	if (pengine->qce)
	if (pengine->qce)
		qce_close(pengine->qce);
		qce_close(pengine->qce);
	if (pqcrypto_req_control)
		kzfree(pqcrypto_req_control);
	kzfree(pengine);
	kzfree(pengine);
	return rc;
	return rc;
};
};