From ef5855feb16f3cce8e8ea2180b91c5617e2394a0 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 8 Sep 2008 02:39:38 +0000 Subject: [PATCH] Another small leak svn path=/trunk/; revision=21316 --- gdk-pixbuf/gdk-pixbuf-io.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gdk-pixbuf/gdk-pixbuf-io.c b/gdk-pixbuf/gdk-pixbuf-io.c index b0558800ca..61256e8631 100644 --- a/gdk-pixbuf/gdk-pixbuf-io.c +++ b/gdk-pixbuf/gdk-pixbuf-io.c @@ -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; }