diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-09-08 02:39:38 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-09-08 02:39:38 +0000 |
commit | ef5855feb16f3cce8e8ea2180b91c5617e2394a0 (patch) | |
tree | de5f2afd1c56c9b645b34d8192c977985cb3d56d /gdk-pixbuf | |
parent | f2c0fa2ce9dabb02e4af250d1b4c02ddd201ebe9 (diff) | |
download | gtk+-ef5855feb16f3cce8e8ea2180b91c5617e2394a0.tar.gz |
Another small leak
svn path=/trunk/; revision=21316
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r-- | gdk-pixbuf/gdk-pixbuf-io.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |