[maemo-commits] [maemo-commits] r14086 - in projects/haf/trunk/hildon-desktop: . src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Sep 25 17:38:05 EEST 2007
Author: jobi
Date: 2007-09-25 17:38:04 +0300 (Tue, 25 Sep 2007)
New Revision: 14086

Modified:
   projects/haf/trunk/hildon-desktop/ChangeLog
   projects/haf/trunk/hildon-desktop/src/hd-plugin-manager.c
Log:

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

	* src/hd-plugin-manager.c: free the list of plugins returned by
	the plugin loaders



Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2007-09-25 14:35:44 UTC (rev 14085)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-09-25 14:38:04 UTC (rev 14086)
@@ -1,5 +1,10 @@
 2007-09-25 Johan Bilien  <johan.bilien at nokia.com>
 
+	* src/hd-plugin-manager.c: free the list of plugins returned by
+	the plugin loaders
+
+2007-09-25 Johan Bilien  <johan.bilien at nokia.com>
+
 	* libhildonwm/hd-keys.c: fixed the leak of the strings retrieved
 	from gconf
 

Modified: projects/haf/trunk/hildon-desktop/src/hd-plugin-manager.c
===================================================================
--- projects/haf/trunk/hildon-desktop/src/hd-plugin-manager.c	2007-09-25 14:35:44 UTC (rev 14085)
+++ projects/haf/trunk/hildon-desktop/src/hd-plugin-manager.c	2007-09-25 14:38:04 UTC (rev 14086)
@@ -99,6 +99,8 @@
     gtk_container_add (container, widget);
   }
 
+  g_list_free (plugins);
+
   return TRUE;
 }
 


More information about the maemo-commits mailing list