diff gui/interface.c @ 33542:107084241b00

Add support for _NET_WM_ICON This property will allow the window manager to select from differently sized icons. It is a preparation for this feature to come.
author ib
date Thu, 16 Jun 2011 14:50:24 +0000
parents 729826b857cf
children 55b8f5d5df15
line wrap: on
line diff
--- a/gui/interface.c	Thu Jun 16 13:09:52 2011 +0000
+++ b/gui/interface.c	Thu Jun 16 14:50:24 2011 +0000
@@ -403,6 +403,7 @@
     }
 
     appFreeStruct();
+    free(guiIcon.collection);
 
     if (gui_conf) {
         m_config_free(gui_conf);