Another small leak

svn path=/trunk/; revision=21316
This commit is contained in:
Matthias Clasen 2008-09-08 02:39:38 +00:00
parent f2c0fa2ce9
commit ef5855feb1

View File

@ -402,6 +402,7 @@ gdk_pixbuf_io_init (void)
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;
}