[maemo-commits] [maemo-commits] r16016 - projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugins

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Sep 4 19:28:17 EEST 2008
Author: pvanhoof
Date: 2008-09-04 19:28:16 +0300 (Thu, 04 Sep 2008)
New Revision: 16016

Modified:
   projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugins/default.c
Log:
Memory leak when unloading the plugin

Modified: projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugins/default.c
===================================================================
--- projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugins/default.c	2008-09-04 16:28:01 UTC (rev 16015)
+++ projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugins/default.c	2008-09-04 16:28:16 UTC (rev 16016)
@@ -217,6 +217,7 @@
 {
 	if (supported)
 		g_strfreev (supported);
+	supported = NULL;
 }
 
 


More information about the maemo-commits mailing list