mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 03:58:08 +00:00
stop dtmf stream in core_uninit
This commit is contained in:
parent
6e41246ea2
commit
9901e230db
1 changed files with 2 additions and 2 deletions
|
|
@ -3867,12 +3867,13 @@ static void linphone_core_uninit(LinphoneCore *lc)
|
|||
lc->msevq=NULL;
|
||||
/* save all config */
|
||||
net_config_uninit(lc);
|
||||
sip_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);
|
||||
if (lp_config_needs_commit(lc->config)) lp_config_sync(lc->config);
|
||||
lp_config_destroy(lc->config);
|
||||
lc->config = NULL; /* Mark the config as NULL to block further calls */
|
||||
|
|
@ -3882,7 +3883,6 @@ static void linphone_core_uninit(LinphoneCore *lc)
|
|||
lc->call_logs=ms_list_free(lc->call_logs);
|
||||
|
||||
linphone_core_free_payload_types();
|
||||
|
||||
ortp_exit();
|
||||
linphone_core_set_state(lc,LinphoneGlobalOff,"Off");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue