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

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

Merge "msm: ipa: fix to NULL terminate the pointer"

parents 9788c925 4ecd1b2d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -68,6 +68,7 @@ int ipa_rm_peers_list_create(int max_peers,

list_alloc_fail:
	kfree(*peers_list);
	*peers_list = NULL;
bail:
	return result;
}