[maemo-commits] [maemo-commits] r15367 - in projects/haf/trunk/hildon-desktop: . debian libhildondesktop
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Apr 9 09:35:58 EEST 2008
- Previous message: [maemo-commits] r15366 - projects/haf/tags/gail
- Next message: [maemo-commits] r15368 - projects/haf/tags/hildon-desktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: novo Date: 2008-04-09 09:35:51 +0300 (Wed, 09 Apr 2008) New Revision: 15367 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-08 Rodrigo Novo <rodrigo.novo at nokia.com> * configure.ac: 2.0.11 2008-04-08 Karl Lattimer <karl.lattimer at nokia.com> * libhildondesktop/hildon-desktop-notification-manager.c: fix memory leak by correctly freeing pre-allocated hash table Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2008-04-08 12:17:45 UTC (rev 15366) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2008-04-09 06:35:51 UTC (rev 15367) @@ -1,3 +1,12 @@ +2008-04-08 Rodrigo Novo <rodrigo.novo at nokia.com> + + * configure.ac: 2.0.11 + +2008-04-08 Karl Lattimer <karl.lattimer at nokia.com> + + * libhildondesktop/hildon-desktop-notification-manager.c: fix + memory leak by correctly freeing pre-allocated hash table + 2008-03-26 Johan Bilien <johan.bilien at nokia.com> * data/restore-menu.sh: erase desktop configuration files when Modified: projects/haf/trunk/hildon-desktop/configure.ac =================================================================== --- projects/haf/trunk/hildon-desktop/configure.ac 2008-04-08 12:17:45 UTC (rev 15366) +++ projects/haf/trunk/hildon-desktop/configure.ac 2008-04-09 06:35:51 UTC (rev 15367) @@ -1,6 +1,6 @@ AC_INIT(Makefile.am) -AM_INIT_AUTOMAKE(hildon-desktop, 2.0.10) +AM_INIT_AUTOMAKE(hildon-desktop, 2.0.11) AM_CONFIG_HEADER(config.h) Modified: projects/haf/trunk/hildon-desktop/debian/changelog =================================================================== --- projects/haf/trunk/hildon-desktop/debian/changelog 2008-04-08 12:17:45 UTC (rev 15366) +++ projects/haf/trunk/hildon-desktop/debian/changelog 2008-04-09 06:35:51 UTC (rev 15367) @@ -1,3 +1,17 @@ +hildon-desktop (1:2.0.11-1) sardine; urgency=low + + * libhildondesktop/hildon-desktop-notification-manager.c: fix + memory leak by correctly freeing pre-allocated hash table + Fixes: NB#79468 "osso_system_note_infoprint causes hildon-desktop to leak + memory" + + * data/restore-menu.sh: erase desktop configuration files when + restoring a backup from an older software release. + Fixes: NB#82941 "SSU: Restoring backup that does not have software + update notifier disables the plugin" + + -- Rodrigo Novo <rodrigo.novo at nokia.com> Tue, 8 Apr 2008 15:39:00 +0300 + hildon-desktop (1:2.0.10-1) sardine; urgency=low * libhildonwm/hd-wm-application.c (hd_wm_application_new): 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-08 12:17:45 UTC (rev 15366) +++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-notification-manager.c 2008-04-09 06:35:51 UTC (rev 15367) @@ -1408,6 +1408,7 @@ gtk_list_store_remove (GTK_LIST_STORE (nm), &iter); /*}*/ + g_free (hints); g_free (dest); return TRUE;
- Previous message: [maemo-commits] r15366 - projects/haf/tags/gail
- Next message: [maemo-commits] r15368 - projects/haf/tags/hildon-desktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]