]> git.sesse.net Git - vlc/blobdiff - src/playlist/thread.c
playlist: add a fixme => race condition.
[vlc] / src / playlist / thread.c
index 267d00e876b69dce01ce65e16fae86887621fc10..a571f69f1ef0a85bb0022e7f980597125462d204 100644 (file)
@@ -299,7 +299,7 @@ static int PlayItem( playlist_t *p_playlist, playlist_item_t *p_item )
         free( psz_arturl );
         free( psz_name );
     }
-
+    /* FIXME: this is not safe !!*/
     PL_UNLOCK;
     var_SetAddress( p_playlist, "item-current", p_input );
     PL_LOCK;