From 4434af1357525d2c49da1f6ed52f043b06d13da1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Duraffort?= Date: Sun, 20 Dec 2009 10:54:16 +0100 Subject: [PATCH] playlist: add a fixme => race condition. --- src/playlist/thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/playlist/thread.c b/src/playlist/thread.c index 267d00e876..a571f69f1e 100644 --- a/src/playlist/thread.c +++ b/src/playlist/thread.c @@ -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; -- 2.39.5