mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 04:28:10 +00:00
Fixed latest vcard test leak
This commit is contained in:
parent
6cd3178ea9
commit
a3290da400
1 changed files with 2 additions and 0 deletions
|
|
@ -122,6 +122,8 @@ static void linphone_vcard_update_existing_friends_test(void) {
|
|||
|
||||
BC_ASSERT_PTR_NOT_NULL(linphone_friend_get_vcard(lf));
|
||||
BC_ASSERT_STRING_EQUAL(linphone_vcard_get_full_name(linphone_friend_get_vcard(lf)), "Old Friend");
|
||||
linphone_friend_unref(lf);
|
||||
lf = NULL;
|
||||
}
|
||||
|
||||
static void friends_if_no_db_set(void) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue