Commit 5653315c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4: Fix the VLC hangging in fullscreen on Win32

Close #3513
parent 5567d4df
......@@ -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();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment