From 7a457c25e03d8e9ee5a0f7949334b902529e1263 Mon Sep 17 00:00:00 2001 From: Margaux Clerc Date: Thu, 10 Jan 2013 15:55:10 +0100 Subject: [PATCH] fix linphone quit --- gtk/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk/main.c b/gtk/main.c index 08461290..59530d81 100644 --- a/gtk/main.c +++ b/gtk/main.c @@ -1750,7 +1750,6 @@ static void linphone_gtk_quit(void){ #ifdef BUILD_WIZARD linphone_gtk_close_assistant(); #endif - linphone_gtk_destroy_main_window(); linphone_gtk_uninit_instance(); linphone_gtk_destroy_log_window(); linphone_core_destroy(the_core); -- 2.39.2