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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Sep 4 16:26:39 EEST 2007
Author: jobi
Date: 2007-09-04 16:26:37 +0300 (Tue, 04 Sep 2007)
New Revision: 13582

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

2007-09-04 Johan Bilien  <johan.bilien at nokia.com>

	* libhildonwm/hd-wm.c: Fixed the leak of an X property



Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2007-09-04 13:13:54 UTC (rev 13581)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-09-04 13:26:37 UTC (rev 13582)
@@ -1,3 +1,7 @@
+2007-09-04 Johan Bilien  <johan.bilien at nokia.com>
+
+	* libhildonwm/hd-wm.c: Fixed the leak of an X property
+
 2007-09-04  Lucas Rocha  <lucas.rocha at nokia.com>
 
 	* src/hd-switcher-menu-item.c (hd_switcher_menu_item_icon_animation):

Modified: projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm.c
===================================================================
--- projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm.c	2007-09-04 13:13:54 UTC (rev 13581)
+++ projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm.c	2007-09-04 13:26:37 UTC (rev 13582)
@@ -1994,6 +1994,7 @@
       if (wm_type_atom[0] == hdwm->priv->atoms[HD_ATOM_NET_WM_WINDOW_TYPE_DESKTOP])
       {
 	hd_wm_desktop_set_x_window (HD_WM_DESKTOP (hd_wm_get_home_info (hdwm)), allwins.wins[i]);
+        XFree (wm_type_atom);
 	break;
       }	      
 


More information about the maemo-commits mailing list