[maemo-commits] [maemo-commits] r16016 - projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugins
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Sep 4 19:28:17 EEST 2008
- Previous message: [maemo-commits] r16015 - projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugins
- Next message: [maemo-commits] r16017 - in projects/haf/branches/hildon-thumbnail/daemonize: . daemon daemon/plugins
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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;
}
- Previous message: [maemo-commits] r16015 - projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugins
- Next message: [maemo-commits] r16017 - in projects/haf/branches/hildon-thumbnail/daemonize: . daemon daemon/plugins
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
