Commit f9ce5afc authored by Gildas Bazin's avatar Gildas Bazin

* modules/access/dshow/filter.cpp: re-enabled code to properly do the cleanup on close.

parent 704ff6e2
......@@ -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 );
......
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