diff audacious/playlist.c @ 1868:1a801187f510 trunk

[svn] - pls doesn't go along with PLAYLIST_LOCK in playlist_save().
author yaz
date Thu, 12 Oct 2006 21:12:58 -0700
parents 7d0cd3fab6a2
children f027afc2ca2e
line wrap: on
line diff
--- a/audacious/playlist.c	Thu Oct 12 08:10:01 2006 -0700
+++ b/audacious/playlist.c	Thu Oct 12 21:12:58 2006 -0700
@@ -1324,9 +1324,7 @@
     if (plc->plc_write == NULL)
         return FALSE;
 
-    PLAYLIST_LOCK();
     plc->plc_write(filename, 0);
-    PLAYLIST_UNLOCK();
 
     return TRUE;
 }