mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-25 23:28:09 +00:00
add function bctbx_mmap_delete_with_data for ullong & cchar
This commit is contained in:
parent
8903615cad
commit
7f65973bd6
1 changed files with 1 additions and 1 deletions
|
|
@ -379,7 +379,7 @@ static void linphone_friend_list_destroy(LinphoneFriendList *list) {
|
|||
if (list->cbs) linphone_friend_list_cbs_unref(list->cbs);
|
||||
if (list->dirty_friends_to_update) list->dirty_friends_to_update = bctbx_list_free_with_data(list->dirty_friends_to_update, (void (*)(void *))linphone_friend_unref);
|
||||
if (list->friends) list->friends = bctbx_list_free_with_data(list->friends, (void (*)(void *))_linphone_friend_release);
|
||||
if (list->friends_map) bctbx_mmap_cchar_delete(list->friends_map);
|
||||
if (list->friends_map) bctbx_mmap_cchar_delete_with_data(list->friends_map, (void (*)(void *))_linphone_friend_release);
|
||||
}
|
||||
|
||||
BELLE_SIP_DECLARE_NO_IMPLEMENTED_INTERFACES(LinphoneFriendList);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue