From 546200b61e9299540d34277557577ef41b8b9b0d Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Thu, 17 Jul 2014 10:30:54 +0200 Subject: [PATCH] Deprecate linphone_address_destroy(). --- coreapi/address.c | 1 + 1 file changed, 1 insertion(+) 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);