]> git.sesse.net Git - vlc/commitdiff
* Remove duplicate mutex_destroy added in [18009]
authorDerk-Jan Hartman <hartman@videolan.org>
Mon, 27 Nov 2006 00:57:42 +0000 (00:57 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Mon, 27 Nov 2006 00:57:42 +0000 (00:57 +0000)
src/input/input.c

index 9e121264764007ed3c72e5a340741915753f1746..25677995c79895ff77620552ca3180fe23e949c7 100644 (file)
@@ -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 */