changeset 34600:19398061c204

Free playlist and URL list items when GUI ends.
author ib
date Sat, 11 Feb 2012 20:43:02 +0000
parents 80246b016caf
children f9b7f4b48fcb
files gui/interface.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gui/interface.c	Sat Feb 11 20:42:20 2012 +0000
+++ b/gui/interface.c	Sat Feb 11 20:43:02 2012 +0000
@@ -268,6 +268,8 @@
     }
 
     appFreeStruct();
+    listSet(gtkDelPl, NULL);
+    listSet(gtkDelURL, NULL);
     free(guiIcon.collection);
 
     if (gui_conf) {