summaryrefslogtreecommitdiff
path: root/playlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'playlist.c')
-rw-r--r--playlist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/playlist.c b/playlist.c
index f339c7d4..390cd133 100644
--- a/playlist.c
+++ b/playlist.c
@@ -162,6 +162,7 @@ pl_free (void) {
mutex_plt = 0;
}
#endif
+ playlist = NULL;
}
#if DEBUG_LOCKING