[maemo-commits] [maemo-commits] r14417 - in projects/haf/trunk/hildon-desktop: . libhildonwm

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Oct 11 12:53:40 EEST 2007
Author: jobi
Date: 2007-10-11 12:53:38 +0300 (Thu, 11 Oct 2007)
New Revision: 14417

Modified:
   projects/haf/trunk/hildon-desktop/ChangeLog
   projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm.c
Log:

2007-10-11  Johan Bilien  <johan.bilien at nokia.com>

	* libhildonwm/hd-wm.c (hd_wm_prepare_close_application_dialog):
	plugged the leak of an X property



Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2007-10-11 08:38:40 UTC (rev 14416)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-10-11 09:53:38 UTC (rev 14417)
@@ -1,3 +1,8 @@
+2007-10-11  Johan Bilien  <johan.bilien at nokia.com>
+
+	* libhildonwm/hd-wm.c (hd_wm_prepare_close_application_dialog):
+	plugged the leak of an X property
+
 2007-10-11  Lucas Rocha  <lucas.rocha at nokia.com>
 
 	* debian/config/notification-groups.conf: update notification group

Modified: projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm.c
===================================================================
--- projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm.c	2007-10-11 08:38:40 UTC (rev 14416)
+++ projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm.c	2007-10-11 09:53:38 UTC (rev 14417)
@@ -411,6 +411,7 @@
 
       
     pid = pid_result[0];
+    XFree (pid_result);
 
     /* If we already have the pid, skip item creation */
     pid_exists = FALSE;


More information about the maemo-commits mailing list