gtk+ r21316 - trunk/gdk-pixbuf



Author: matthiasc
Date: Mon Sep  8 02:39:38 2008
New Revision: 21316
URL: http://svn.gnome.org/viewvc/gtk+?rev=21316&view=rev

Log:
Another small leak


Modified:
   trunk/gdk-pixbuf/gdk-pixbuf-io.c

Modified: trunk/gdk-pixbuf/gdk-pixbuf-io.c
==============================================================================
--- trunk/gdk-pixbuf/gdk-pixbuf-io.c	(original)
+++ trunk/gdk-pixbuf/gdk-pixbuf-io.c	Mon Sep  8 02:39:38 2008
@@ -402,6 +402,7 @@
 		if (file_formats == NULL)
 			g_warning ("Cannot open pixbuf loader module file '%s': %s",
 				   filename, error->message);
+		g_string_free (tmp_buf, TRUE);
 		g_free (filename);
 		return;
 	}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]