diff --git a/coreapi/address.c b/coreapi/address.c index ec37255c1..250026911 100644 --- a/coreapi/address.c +++ b/coreapi/address.c @@ -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);