Commit 494375f5 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

audio_output: Add a missing unlock in aout_DecDelete().

parent 976497ae
......@@ -223,6 +223,7 @@ int aout_DecDelete( aout_instance_t * p_aout, aout_input_t * p_input )
if ( i_input == p_aout->i_nb_inputs )
{
msg_Err( p_aout, "cannot find an input to delete" );
vlc_mutex_unlock( &p_aout->mixer_lock );
return -1;
}
......
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