summaryrefslogtreecommitdiff
path: root/playlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'playlist.c')
-rw-r--r--playlist.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/playlist.c b/playlist.c
index cc2d896d..4fe6ed2d 100644
--- a/playlist.c
+++ b/playlist.c
@@ -145,6 +145,8 @@ pl_free (void) {
}
}
+ //fprintf (stderr, "\033[0;31mplt refc %d\033[37;0m\n", playlists_head->refc);
+
plt_remove (0);
}
plt_loading = 0;