]> git.sesse.net Git - vlc/commitdiff
Comment this vlc_mutex_unlock too (untill funman fixes what he was doing).
authorAntoine Cellerier <dionoea@videolan.org>
Sat, 18 Aug 2007 10:29:44 +0000 (10:29 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sat, 18 Aug 2007 10:29:44 +0000 (10:29 +0000)
include/vlc_input.h

index f36b83ab2271cc31d26a5c538a8b0aa9223cef89..474cadd434406f2b145e4f925caabe4bc8fbf489 100644 (file)
@@ -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;
     }