[Pkg-galago-commit] r301 - in packages/unstable/notification-daemon/debian: . patches

Riccardo Setti giskard-guest at costa.debian.org
Fri Sep 8 11:20:19 UTC 2006


Author: giskard-guest
Date: 2006-09-08 11:20:15 +0000 (Fri, 08 Sep 2006)
New Revision: 301

Added:
   packages/unstable/notification-daemon/debian/patches/01_removed-daemon-meamleak.patch
Modified:
   packages/unstable/notification-daemon/debian/changelog
Log:
* added patches/01,patch which will fix a small meamleak in the server. 

Modified: packages/unstable/notification-daemon/debian/changelog
===================================================================
--- packages/unstable/notification-daemon/debian/changelog	2006-09-06 16:20:07 UTC (rev 300)
+++ packages/unstable/notification-daemon/debian/changelog	2006-09-08 11:20:15 UTC (rev 301)
@@ -1,3 +1,9 @@
+notification-daemon (0.3.5-2) unstable; urgency=low
+
+  * added patches/01,patch which will fix a small meamleak in the server. 
+
+ -- Riccardo Setti <giskard at debian.org>  Fri,  8 Sep 2006 13:19:36 +0200
+
 notification-daemon (0.3.5-1) unstable; urgency=low
 
   * New Upstream release.

Added: packages/unstable/notification-daemon/debian/patches/01_removed-daemon-meamleak.patch
===================================================================
--- packages/unstable/notification-daemon/debian/patches/01_removed-daemon-meamleak.patch	                        (rev 0)
+++ packages/unstable/notification-daemon/debian/patches/01_removed-daemon-meamleak.patch	2006-09-08 11:20:15 UTC (rev 301)
@@ -0,0 +1,13 @@
+Index: themes/standard/theme.c
+===================================================================
+--- themes/standard/theme.c	(revision 2901)
++++ themes/standard/theme.c	(working copy)
+@@ -162,6 +162,8 @@
+ 
+ 	if (windata->window_region != NULL)
+ 		gdk_region_destroy(windata->window_region);
++
++	g_free (windata);
+ }
+ 
+ static void




More information about the Pkg-galago-commit mailing list