Commit f04c25c8 authored by Denis Charmet's avatar Denis Charmet

Remove bad unlock

parent 9f0ef143
......@@ -787,7 +787,6 @@ static HRESULT Start( vlc_object_t *obj, aout_stream_sys_t *sys,
sys->i_write = 0;
sys->i_last_read = 0;
sys->i_data = 0;
vlc_mutex_unlock( &sys->lock );
return DS_OK;
......
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