[vlc-devel] commit: Quit correctly(?) from the interface/DP. Should fix #1598. ( Jean-Baptiste Kempf )

git version control git at videolan.org
Fri May 30 21:08:09 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri May 30 12:10:01 2008 -0700| [b6efef389a66779d7a2e4a7a4bd7b45ef5aab0df]

Quit correctly(?) from the interface/DP. Should fix #1598.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b6efef389a66779d7a2e4a7a4bd7b45ef5aab0df
---

 modules/gui/qt4/dialogs_provider.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/dialogs_provider.cpp b/modules/gui/qt4/dialogs_provider.cpp
index c18488e..2e4df58 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();
 }




More information about the vlc-devel mailing list