This commit is contained in:
Guillaume BIENKOWSKI 2013-12-09 14:14:23 +01:00
parent 2c98560c57
commit 198d41812b

View file

@ -291,6 +291,7 @@ static void linphone_ldap_contact_provider_handle_search_result( LinphoneLDAPCon
ms_message("Added friend %s / %s", ldap_data.name, ldap_data.sip);
ms_free(ldap_data.sip);
ms_free(ldap_data.name);
linphone_address_destroy(la);
}
}