[Galago-commits] r3033 - trunk/notification-daemon/src/daemon

galago-commits at freedesktop.org galago-commits at freedesktop.org
Sat Jun 13 16:27:40 PDT 2009


Author: chipx86
Date: 2009-06-13 16:27:39 -0700 (Sat, 13 Jun 2009)
New Revision: 3033

Modified:
   trunk/notification-daemon/src/daemon/daemon.c
Log:
Patch by Vincent Untz to fix a memory leak in notification-daemon.


Modified: trunk/notification-daemon/src/daemon/daemon.c
===================================================================
--- trunk/notification-daemon/src/daemon/daemon.c	2009-03-05 12:55:01 UTC (rev 3032)
+++ trunk/notification-daemon/src/daemon/daemon.c	2009-06-13 23:27:39 UTC (rev 3033)
@@ -898,8 +898,7 @@
 	}
 
 	if (temp_data != NULL)
-		free(temp_data);
-
+		XFree(temp_data);
 	return active;
 }
 



More information about the galago-commits mailing list