mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Fix likely leak
This commit is contained in:
parent
fb4939e20d
commit
1c94770d55
1 changed files with 1 additions and 0 deletions
|
|
@ -95,6 +95,7 @@ void linphone_chat_room_destroy(LinphoneChatRoom *cr){
|
|||
lc->chatrooms=ms_list_remove(lc->chatrooms,(void *) cr);
|
||||
linphone_address_destroy(cr->peer_url);
|
||||
ms_free(cr->peer);
|
||||
ms_free(cr);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue