[Goodies-commits] r1991 - notification-daemon-xfce/trunk/themes/standard

Nick Schermer nick at xfce.org
Thu Sep 7 15:39:46 CEST 2006


Author: nick
Date: 2006-09-07 13:39:46 +0000 (Thu, 07 Sep 2006)
New Revision: 1991

Modified:
   notification-daemon-xfce/trunk/themes/standard/theme.c
Log:
* Free windata structure


Modified: notification-daemon-xfce/trunk/themes/standard/theme.c
===================================================================
--- notification-daemon-xfce/trunk/themes/standard/theme.c	2006-09-07 11:14:00 UTC (rev 1990)
+++ notification-daemon-xfce/trunk/themes/standard/theme.c	2006-09-07 13:39:46 UTC (rev 1991)
@@ -182,6 +182,8 @@
 
 	if (windata->window_region != NULL)
 		gdk_region_destroy(windata->window_region);
+
+	g_free (windata);
 }
 
 static void




More information about the Goodies-commits mailing list