Skip to content

Commit

Permalink
Remove bad unlock
Browse files Browse the repository at this point in the history
  • Loading branch information
TypX committed May 10, 2014
1 parent 9f0ef14 commit f04c25c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/audio_output/directsound.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit f04c25c

Please sign in to comment.