Commit 07c92279 authored by Antoine Cellerier's avatar Antoine Cellerier

Comment this vlc_mutex_unlock too (untill funman fixes what he was doing).

parent b7499db1
...@@ -251,7 +251,7 @@ static inline char * input_item_GetMeta( input_item_t *p_i, vlc_meta_type_t meta ...@@ -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 ) if( !p_i->p_meta )
{ {
vlc_mutex_unlock( &p_i->lock ); //vlc_mutex_unlock( &p_i->lock );
return NULL; return NULL;
} }
......
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