summaryrefslogtreecommitdiff
path: root/playlist.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-05-14 17:22:41 +0200
committerGravatar waker <wakeroid@gmail.com>2011-05-14 17:22:41 +0200
commitf92aea56d89c1bfcb953a0fd57d07c08f65a53b1 (patch)
treed471b844d150593d557acbc5ba9bfa30183812f3 /playlist.c
parenta36ac590553118cbeac7c7e1ccbeb405f1a8bf41 (diff)
fixed several memleaks in gtkui
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;