Commit 7ac42ed1 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* Remove duplicate mutex_destroy added in [18009]

parent a232e032
......@@ -1183,7 +1183,6 @@ static void End( input_thread_t * p_input )
CL_CO( decoded_audio) ;
CL_CO( decoded_video );
CL_CO( decoded_sub) ;
vlc_mutex_destroy( &p_input->p->counters.counters_lock );
}
/* Close optional stream output instance */
......
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