Deprecate linphone_address_destroy().

This commit is contained in:
Ghislain MARY 2014-07-17 10:30:54 +02:00
parent 8fa788510d
commit 546200b61e

View file

@ -184,6 +184,7 @@ bool_t linphone_address_weak_equal(const LinphoneAddress *a1, const LinphoneAddr
/**
* Destroys a LinphoneAddress object (actually calls linphone_address_unref()).
* @deprecated Use linphone_address_unref() instead
**/
void linphone_address_destroy(LinphoneAddress *u){
sal_address_unref(u);