X-Git-Url: https://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;p=vlc.git;a=blobdiff_plain;f=modules%2Fgui%2Fqt4%2Fqt4.cpp;h=ea6adf8944c6dc4a01be53638afd8c881d90c080;hp=8d26754a7d31c790af345aa468151eb2e3c5b98f;hb=69dcbfc3404cb1ab2209521d335887a2a5682ac8;hpb=c80004131574e67fe572bd930f1c8691be691967 diff --git a/modules/gui/qt4/qt4.cpp b/modules/gui/qt4/qt4.cpp index 8d26754a7d..ea6adf8944 100755 --- a/modules/gui/qt4/qt4.cpp +++ b/modules/gui/qt4/qt4.cpp @@ -445,19 +445,16 @@ static void *Thread( void *obj ) if (p_mi != NULL) { - msg_Err(p_intf, "locking"); QMutexLocker locker (&iface.lock); p_intf->p_sys->p_mi = NULL; /* We need to warn to detach from any vout before * deleting miP (WindowClose will not be called after it) */ - msg_Err(p_intf, "releasing"); p_mi->releaseVideo( NULL ); /* Destroy first the main interface because it is connected to some slots in the MainInputManager */ /* Destroy under the iface lock to sync vout QPointer */ - msg_Err(p_intf, "destroying"); delete p_mi; }