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

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

Merge "haven: Fix memory leak"

parents 2908e85f 68bd747c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -637,6 +637,7 @@ void *hh_rm_call(hh_rm_msgid_t message_id,
		pr_err("%s: Reply for seq:%d failed with RM err: %d\n",
			__func__, connection->seq, connection->reply_err_code);
		ret = ERR_PTR(hh_remap_error(connection->reply_err_code));
		kfree(connection->recv_buff);
		goto out;
	}