From f92aea56d89c1bfcb953a0fd57d07c08f65a53b1 Mon Sep 17 00:00:00 2001 From: waker Date: Sat, 14 May 2011 17:22:41 +0200 Subject: fixed several memleaks in gtkui --- playlist.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'playlist.c') 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; -- cgit v1.2.3