mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 12:08:11 +00:00
un init sip early in linphone uninit
This commit is contained in:
parent
c87046dcdf
commit
1ded56464c
1 changed files with 2 additions and 3 deletions
|
|
@ -5339,15 +5339,14 @@ static void linphone_core_uninit(LinphoneCore *lc)
|
|||
ms_event_queue_destroy(lc->msevq);
|
||||
lc->msevq=NULL;
|
||||
/* save all config */
|
||||
ui_config_uninit(lc);
|
||||
sip_config_uninit(lc);
|
||||
net_config_uninit(lc);
|
||||
rtp_config_uninit(lc);
|
||||
if (lc->ringstream) ring_stop(lc->ringstream);
|
||||
sound_config_uninit(lc);
|
||||
video_config_uninit(lc);
|
||||
codecs_config_uninit(lc);
|
||||
ui_config_uninit(lc);
|
||||
sip_config_uninit(lc);
|
||||
|
||||
|
||||
sip_setup_unregister_all();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue