]> git.sesse.net Git - vlc/commitdiff
Qt4: Fix the VLC hangging in fullscreen on Win32
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 30 Apr 2010 22:21:12 +0000 (00:21 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 30 Apr 2010 22:21:12 +0000 (00:21 +0200)
Close #3513

modules/gui/qt4/components/interface_widgets.cpp

index ef729f2bb420d17586de8f93f357f821b214ccda..7cfb19cc1543dc02b69cf48020cd1b50bee09f14 100644 (file)
@@ -239,7 +239,7 @@ void VideoWidget::release( void )
     msg_Dbg( p_intf, "Video is not needed anymore" );
     //layout->removeWidget( reparentable );
 
-    delete reparentable;
+    reparentable->deleteLater();
     reparentable = NULL;
     updateGeometry();
     hide();