mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-04 12:29:27 +00:00
Destroy tunnel on linphone core uninit.
This commit is contained in:
parent
bdf17889a8
commit
0faf3bdf88
1 changed files with 1 additions and 0 deletions
|
|
@ -4148,6 +4148,7 @@ static void linphone_core_uninit(LinphoneCore *lc)
|
|||
linphone_core_free_payload_types(lc);
|
||||
ortp_exit();
|
||||
linphone_core_set_state(lc,LinphoneGlobalOff,"Off");
|
||||
if (lc->tunnel) linphone_tunnel_destroy(lc->tunnel);
|
||||
}
|
||||
|
||||
static void set_network_reachable(LinphoneCore* lc,bool_t isReachable, time_t curtime){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue