mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
Disable selfview before destroying core
This commit is contained in:
parent
5b0986b0be
commit
4905f37344
1 changed files with 2 additions and 0 deletions
|
|
@ -5276,6 +5276,8 @@ LpConfig *linphone_core_get_config(LinphoneCore *lc){
|
|||
static void linphone_core_uninit(LinphoneCore *lc)
|
||||
{
|
||||
linphone_core_free_hooks(lc);
|
||||
lc->video_conf.show_local = false;
|
||||
|
||||
while(lc->calls)
|
||||
{
|
||||
LinphoneCall *the_call = lc->calls->data;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue