From 379cb12fe8233f0edea0f33d1007cc109bc837a2 Mon Sep 17 00:00:00 2001 From: Benjamin Reis Date: Tue, 7 Mar 2017 12:26:36 +0100 Subject: [PATCH] remove depracated call to linphone_address_destroy --- TestsUI/LinphoneTestCase.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TestsUI/LinphoneTestCase.m b/TestsUI/LinphoneTestCase.m index c4bd1af24..667e14afc 100644 --- a/TestsUI/LinphoneTestCase.m +++ b/TestsUI/LinphoneTestCase.m @@ -146,7 +146,7 @@ linphone_proxy_config_unref(testProxy); linphone_auth_info_destroy(testAuth); - linphone_address_destroy(testAddr); + linphone_address_unref(testAddr); linphone_core_set_file_transfer_server(lc, "https://www.linphone.org:444/lft.php");