[vlc-devel] commit: Remove debug ( Rémi Denis-Courmont )
git version control
git at videolan.org
Mon Oct 20 20:40:16 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Mon Oct 20 21:40:10 2008 +0300| [69dcbfc3404cb1ab2209521d335887a2a5682ac8] | committer: Rémi Denis-Courmont
Remove debug
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=69dcbfc3404cb1ab2209521d335887a2a5682ac8
---
modules/gui/qt4/qt4.cpp | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/modules/gui/qt4/qt4.cpp b/modules/gui/qt4/qt4.cpp
index 8d26754..ea6adf8 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;
}
More information about the vlc-devel
mailing list