libgnomeui r5679 - in trunk: . libgnomeui
- From: kmaraas svn gnome org
- To: svn-commits-list gnome org
- Subject: libgnomeui r5679 - in trunk: . libgnomeui
- Date: Fri, 26 Sep 2008 08:51:36 +0000 (UTC)
Author: kmaraas
Date: Fri Sep 26 08:51:36 2008
New Revision: 5679
URL: http://svn.gnome.org/viewvc/libgnomeui?rev=5679&view=rev
Log:
2008-09-26 Kjartan Maraas <kmaraas gnome org>
* libgnomeui/gnome-thumbnail.c: (mimetype_supported_by_gdk_pixbuf):
Fix another leak. (Matthias Clasen), closes bug #553276.
Modified:
trunk/ChangeLog
trunk/libgnomeui/gnome-thumbnail.c
Modified: trunk/libgnomeui/gnome-thumbnail.c
==============================================================================
--- trunk/libgnomeui/gnome-thumbnail.c (original)
+++ trunk/libgnomeui/gnome-thumbnail.c Fri Sep 26 08:51:36 2008
@@ -442,7 +442,7 @@
if (!formats_hash) {
GSList *formats, *list;
- formats_hash = g_hash_table_new (g_str_hash, g_str_equal);
+ formats_hash = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL);
formats = gdk_pixbuf_get_formats ();
list = formats;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]