mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
remove depracated call to linphone_address_destroy
This commit is contained in:
parent
cabdc6a1a7
commit
379cb12fe8
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue