[maemo-commits] [maemo-commits] r16147 - projects/haf/branches/hildon-thumbnail/daemonize/daemon
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Sep 17 11:08:43 EEST 2008
- Previous message: [maemo-commits] r16146 - projects/haf/branches/hildon-thumbnail/daemonize/daemon
- Next message: [maemo-commits] r16148 - projects/haf/branches/hildon-thumbnail/daemonize/daemon
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: pvanhoof Date: 2008-09-17 11:08:42 +0300 (Wed, 17 Sep 2008) New Revision: 16147 Modified: projects/haf/branches/hildon-thumbnail/daemonize/daemon/manager.c Log: Memory leak Modified: projects/haf/branches/hildon-thumbnail/daemonize/daemon/manager.c =================================================================== --- projects/haf/branches/hildon-thumbnail/daemonize/daemon/manager.c 2008-09-17 08:07:25 UTC (rev 16146) +++ projects/haf/branches/hildon-thumbnail/daemonize/daemon/manager.c 2008-09-17 08:08:42 UTC (rev 16147) @@ -227,6 +227,7 @@ g_strdup (mimes[i]), info); } + g_strfreev (mimes); } g_free (fullfilen);
- Previous message: [maemo-commits] r16146 - projects/haf/branches/hildon-thumbnail/daemonize/daemon
- Next message: [maemo-commits] r16148 - projects/haf/branches/hildon-thumbnail/daemonize/daemon
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]