From: Antoine Cellerier Date: Sat, 18 Aug 2007 10:29:44 +0000 (+0000) Subject: Comment this vlc_mutex_unlock too (untill funman fixes what he was doing). X-Git-Tag: 0.9.0-test0~6417 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=07c92279a78a42d56d61e5dd6a1026fff33556f5;hp=b7499db1899d84afb3b0803299456a8e0979f551;p=vlc Comment this vlc_mutex_unlock too (untill funman fixes what he was doing). --- 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; }