From 07c92279a78a42d56d61e5dd6a1026fff33556f5 Mon Sep 17 00:00:00 2001 From: Antoine Cellerier Date: Sat, 18 Aug 2007 10:29:44 +0000 Subject: [PATCH] Comment this vlc_mutex_unlock too (untill funman fixes what he was doing). --- include/vlc_input.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vlc_input.h b/include/vlc_input.h index f36b83ab22..474cadd434 100644 --- a/include/vlc_input.h +++ b/include/vlc_input.h @@ -251,7 +251,7 @@ static inline char * input_item_GetMeta( input_item_t *p_i, vlc_meta_type_t meta if( !p_i->p_meta ) { - vlc_mutex_unlock( &p_i->lock ); + //vlc_mutex_unlock( &p_i->lock ); return NULL; } -- 2.39.5