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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Sep 4 19:37:34 EEST 2008
Author: pvanhoof
Date: 2008-09-04 19:37:34 +0300 (Thu, 04 Sep 2008)
New Revision: 16019

Modified:
   projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugins/gdkpixbuf-plugin.c
Log:
String leak

Modified: projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugins/gdkpixbuf-plugin.c
===================================================================
--- projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugins/gdkpixbuf-plugin.c	2008-09-04 16:32:22 UTC (rev 16018)
+++ projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugins/gdkpixbuf-plugin.c	2008-09-04 16:37:34 UTC (rev 16019)
@@ -200,6 +200,9 @@
 		if (stream)
 			g_object_unref (stream);
 
+		g_free (large);
+		g_free (normal);
+
 		i++;
 	}
 


More information about the maemo-commits mailing list