]> git.sesse.net Git - vlc/commitdiff
playlist.c: removed a stray mutex_unlock
authorSigmund Augdal Helberg <sigmunau@videolan.org>
Sat, 9 Apr 2005 15:15:57 +0000 (15:15 +0000)
committerSigmund Augdal Helberg <sigmunau@videolan.org>
Sat, 9 Apr 2005 15:15:57 +0000 (15:15 +0000)
src/playlist/playlist.c

index 0d7e843251f188ab8ae35432bd0a94ff0dbac804..48dfd70889fd72ed8154cea2fa04a30d90852501 100644 (file)
@@ -295,7 +295,6 @@ int playlist_vaControl( playlist_t * p_playlist, int i_query, va_list args )
 
     if( p_playlist->i_size <= 0 )
     {
-        vlc_mutex_unlock( &p_playlist->object_lock );
         return VLC_EGENERIC;
     }