Fixed latest vcard test leak

This commit is contained in:
Sylvain Berfini 2016-03-03 11:07:22 +01:00
parent 6cd3178ea9
commit a3290da400

View file

@ -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) {