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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Oct 11 11:06:49 EEST 2007
Author: jobi
Date: 2007-10-11 11:06:47 +0300 (Thu, 11 Oct 2007)
New Revision: 14413

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

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

	* libhildonwm/hd-wm-window.c (hd_wm_win_info_get_window_name): Fixed
	the leak of a string



Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2007-10-10 15:58:00 UTC (rev 14412)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-10-11 08:06:47 UTC (rev 14413)
@@ -1,3 +1,8 @@
+2007-10-11  Johan Bilien  <johan.bilien at nokia.com>
+
+	* libhildonwm/hd-wm-window.c (hd_wm_win_info_get_window_name): Fixed
+	the leak of a string
+
 2007-10-10  Moises Martinez <moises.martinez at nokia.com>
 
 	* libhildonwm/hd-keys.c: (hd_keys_handle_keypress):

Modified: projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm-window.c
===================================================================
--- projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm-window.c	2007-10-10 15:58:00 UTC (rev 14412)
+++ projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm-window.c	2007-10-11 08:06:47 UTC (rev 14413)
@@ -268,7 +268,10 @@
     return retval;
   }
   else
+  {
+    g_free (title);
     return NULL;
+  }
 }
 
 static GdkPixbuf *


More information about the maemo-commits mailing list