From 4905f373441bc35f7e9b43b748612b1190a57b00 Mon Sep 17 00:00:00 2001 From: Yann Diorcet Date: Tue, 9 Jul 2013 10:53:39 +0200 Subject: [PATCH] Disable selfview before destroying core --- coreapi/linphonecore.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/coreapi/linphonecore.c b/coreapi/linphonecore.c index cffb6b6bb..76ce57b88 100644 --- a/coreapi/linphonecore.c +++ b/coreapi/linphonecore.c @@ -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;