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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Sep 17 11:08:43 EEST 2008
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);


More information about the maemo-commits mailing list