Commit ff58efe4 authored by Rafaël Carré's avatar Rafaël Carré

Fix [95e3bb2e]

parent 975a356c
......@@ -82,9 +82,6 @@ static void aout_Destructor( vlc_object_t * p_this )
vlc_mutex_destroy( &p_aout->input_fifos_lock );
vlc_mutex_destroy( &p_aout->mixer_lock );
vlc_mutex_destroy( &p_aout->output_fifo_lock );
/* Free structure. */
vlc_object_release( p_aout );
}
......
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