From b6efef389a66779d7a2e4a7a4bd7b45ef5aab0df Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Fri, 30 May 2008 12:10:01 -0700 Subject: [PATCH] Quit correctly(?) from the interface/DP. Should fix #1598. --- modules/gui/qt4/dialogs_provider.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/qt4/dialogs_provider.cpp b/modules/gui/qt4/dialogs_provider.cpp index c18488e48c..2e4df5887d 100644 --- a/modules/gui/qt4/dialogs_provider.cpp +++ b/modules/gui/qt4/dialogs_provider.cpp @@ -88,7 +88,7 @@ DialogsProvider::~DialogsProvider() void DialogsProvider::quit() { - vlc_object_kill( p_intf ); + vlc_object_kill( p_intf->p_libvlc ); QApplication::closeAllWindows(); QApplication::quit(); } -- 2.39.2