[maemo-commits] [maemo-commits] r15434 - in projects/haf/trunk/hildon-desktop: . debian libhildondesktop

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Apr 16 09:20:44 EEST 2008
Author: novo
Date: 2008-04-16 09:20:42 +0300 (Wed, 16 Apr 2008)
New Revision: 15434

Modified:
   projects/haf/trunk/hildon-desktop/ChangeLog
   projects/haf/trunk/hildon-desktop/configure.ac
   projects/haf/trunk/hildon-desktop/debian/changelog
   projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-notification-manager.c
Log:
2008-04-16  Karl Lattimer <karl.lattimer at nokia.com>

        * libhildondesktop/hildon-desktop-notification-manager.c: reverse
        2.0.11 patch to fix memory leak, appears to be a double free.
        * configure.ac: 2.0.14


Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2008-04-15 22:36:11 UTC (rev 15433)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2008-04-16 06:20:42 UTC (rev 15434)
@@ -1,3 +1,9 @@
+2008-04-16  Karl Lattimer <karl.lattimer at nokia.com>
+
+	* libhildondesktop/hildon-desktop-notification-manager.c: reverse
+        2.0.11 patch to fix memory leak, appears to be a double free.
+	* configure.ac: 2.0.14
+
 2008-04-15  Rodrigo Novo  <rodrigo.novo at nokia.com>
 
 	* libhildonwm/hd-wm-util.c: fix various small issues found by Coverity on

Modified: projects/haf/trunk/hildon-desktop/configure.ac
===================================================================
--- projects/haf/trunk/hildon-desktop/configure.ac	2008-04-15 22:36:11 UTC (rev 15433)
+++ projects/haf/trunk/hildon-desktop/configure.ac	2008-04-16 06:20:42 UTC (rev 15434)
@@ -1,6 +1,6 @@
 AC_INIT(Makefile.am)
 
-AM_INIT_AUTOMAKE(hildon-desktop, 2.0.13)
+AM_INIT_AUTOMAKE(hildon-desktop, 2.0.14)
 
 AM_CONFIG_HEADER(config.h)
 

Modified: projects/haf/trunk/hildon-desktop/debian/changelog
===================================================================
--- projects/haf/trunk/hildon-desktop/debian/changelog	2008-04-15 22:36:11 UTC (rev 15433)
+++ projects/haf/trunk/hildon-desktop/debian/changelog	2008-04-16 06:20:42 UTC (rev 15434)
@@ -1,3 +1,10 @@
+hildon-desktop (1:2.0.14-1) sardine; urgency=low
+
+  * libhildondesktop/hildon-desktop-notification-manager.c:  reverse
+  2.0.11 patch to fix memory leak, appears to be a double free.
+
+  -- Karl Lattimer <karl.lattimer at nokia.com>  Wed, 16 Apr 2008 09:11:38 +0300 
+
 hildon-desktop (1:2.0.13-1) sardine; urgency=low
 
   * libhildonwm/hd-wm-util.c: fix various small issues found by Coverity on

Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-notification-manager.c
===================================================================
--- projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-notification-manager.c	2008-04-15 22:36:11 UTC (rev 15433)
+++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-notification-manager.c	2008-04-16 06:20:42 UTC (rev 15434)
@@ -1408,7 +1408,6 @@
       gtk_list_store_remove (GTK_LIST_STORE (nm), &iter);
     /*}*/
 
-    g_free (hints);
     g_free (dest);
     
     return TRUE;    


More information about the maemo-commits mailing list