[vlc-devel] commit: Qt4 - track destroying of VLM dialog because vlm object is NOT destroyed on exit . (Jean-Baptiste Kempf )

git version control git at videolan.org
Fri Mar 7 23:54:21 CET 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Mar  6 17:21:46 2008 -0800| [b887dc4c507515ba8fa74ebec02f0bef1c056c12]

Qt4 - track destroying of VLM dialog because vlm object is NOT destroyed on exit.

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

 modules/gui/qt4/dialogs/vlm.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/gui/qt4/dialogs/vlm.cpp b/modules/gui/qt4/dialogs/vlm.cpp
index 264d66b..5630733 100644
--- a/modules/gui/qt4/dialogs/vlm.cpp
+++ b/modules/gui/qt4/dialogs/vlm.cpp
@@ -164,6 +164,7 @@ VLMDialog::~VLMDialog()
 {
    /* FIXME :you have to destroy vlm here to close
     * but we shouldn't destroy vlm here in case somebody else wants it */
+    msg_Dbg( p_intf, "Destroying VLM Dialog" );
     if( p_vlm )
         vlm_Delete( p_vlm );
 }




More information about the vlc-devel mailing list