]> git.sesse.net Git - vlc/commitdiff
* modules/access/dshow/filter.cpp: re-enabled code to properly do the cleanup on...
authorGildas Bazin <gbazin@videolan.org>
Thu, 3 Mar 2005 14:15:48 +0000 (14:15 +0000)
committerGildas Bazin <gbazin@videolan.org>
Thu, 3 Mar 2005 14:15:48 +0000 (14:15 +0000)
modules/access/dshow/filter.cpp

index 8e2eee29be87987d5020cc81818b382f1fc5c101..d048ada371a6f843ced9b899f486c1ecf77cafbe 100644 (file)
@@ -506,7 +506,7 @@ STDMETHODIMP CapturePin::Disconnect()
 
     msg_Dbg( p_input, "CapturePin::Disconnect [OK]" );
 
-#if 0 // FIXME: This does seem to create crashes sometimes
+#if 1 // This used to create crashes sometimes. Is the problem fixed ?
     VLCMediaSample vlc_sample;
 
     vlc_mutex_lock( &p_sys->lock );