[maemo-commits] [maemo-commits] r14301 - in projects/haf/trunk/hildon-desktop: . src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Oct 3 16:23:06 EEST 2007
- Previous message: [maemo-commits] r14300 - in projects/haf/trunk/hildon-theme-test: . template
- Next message: [maemo-commits] r14302 - in projects/haf/trunk/gtk+: . gtk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: jobi Date: 2007-10-03 16:23:05 +0300 (Wed, 03 Oct 2007) New Revision: 14301 Modified: projects/haf/trunk/hildon-desktop/ChangeLog projects/haf/trunk/hildon-desktop/src/hd-desktop.c Log: 2007-10-03 Johan Bilien <johan.bilien at nokia.com> * src/hd-desktop.c: fixed the leak of a GList Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2007-10-03 13:18:46 UTC (rev 14300) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-10-03 13:23:05 UTC (rev 14301) @@ -1,3 +1,7 @@ +2007-10-03 Johan Bilien <johan.bilien at nokia.com> + + * src/hd-desktop.c: fixed the leak of a GList + 2007-10-03 Lucas Rocha <lucas.rocha at nokia.com> * src/hd-switcher-menu.c (hd_switcher_menu_notification_deleted_cb): Modified: projects/haf/trunk/hildon-desktop/src/hd-desktop.c =================================================================== --- projects/haf/trunk/hildon-desktop/src/hd-desktop.c 2007-10-03 13:18:46 UTC (rev 14300) +++ projects/haf/trunk/hildon-desktop/src/hd-desktop.c 2007-10-03 13:23:05 UTC (rev 14301) @@ -395,6 +395,8 @@ plugin_list = g_list_append (plugin_list, id); } + g_list_free (children); + return plugin_list; }
- Previous message: [maemo-commits] r14300 - in projects/haf/trunk/hildon-theme-test: . template
- Next message: [maemo-commits] r14302 - in projects/haf/trunk/gtk+: . gtk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]