]> git.sesse.net Git - vlc/commitdiff
Qt4 - track destroying of VLM dialog because vlm object is NOT destroyed on exit.
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 7 Mar 2008 01:21:46 +0000 (17:21 -0800)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 7 Mar 2008 22:53:40 +0000 (14:53 -0800)
modules/gui/qt4/dialogs/vlm.cpp

index 264d66be28e7c0fc757edad582d3d51697868a09..56307333afb9ea2e332cb6355aff5092189a8906 100644 (file)
@@ -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 );
 }