mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 16:09:20 +00:00
keep optimizing
This commit is contained in:
parent
e2a58c43ef
commit
5f98187202
1 changed files with 1 additions and 1 deletions
|
|
@ -538,7 +538,7 @@ LinphoneFriendListStatus linphone_friend_list_import_friend(LinphoneFriendList *
|
|||
}
|
||||
lf->friend_list = list;
|
||||
lf->lc = list->lc;
|
||||
list->friends = bctbx_list_append(list->friends, linphone_friend_ref(lf));
|
||||
list->friends = bctbx_list_prepend(list->friends, linphone_friend_ref(lf));
|
||||
if (lf->refkey) {
|
||||
bctbx_pair_t *pair = (bctbx_pair_t*) bctbx_pair_cchar_new(lf->refkey, linphone_friend_ref(lf));
|
||||
bctbx_map_cchar_insert_and_delete(list->friends_map, pair);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue