diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-11-09 19:42:49 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-11-09 19:42:49 +0800 |
commit | 1e9e8ac380238b05021d2f83d2d28f34d3063336 (patch) | |
tree | 5f0df0a2edbad9af2cbf49943b5ca6e2259e6bd6 /e-util/e-categories-config.c | |
parent | 88273d6f7c2af64867715dfdadc98d8babbe8856 (diff) | |
download | gsoc2013-evolution-1e9e8ac380238b05021d2f83d2d28f34d3063336.tar gsoc2013-evolution-1e9e8ac380238b05021d2f83d2d28f34d3063336.tar.gz gsoc2013-evolution-1e9e8ac380238b05021d2f83d2d28f34d3063336.tar.bz2 gsoc2013-evolution-1e9e8ac380238b05021d2f83d2d28f34d3063336.tar.lz gsoc2013-evolution-1e9e8ac380238b05021d2f83d2d28f34d3063336.tar.xz gsoc2013-evolution-1e9e8ac380238b05021d2f83d2d28f34d3063336.tar.zst gsoc2013-evolution-1e9e8ac380238b05021d2f83d2d28f34d3063336.zip |
modified e_categories_config_get_icon_for to have a g_object_unref for the
GdkPixBuff object created here.
svn path=/trunk/; revision=30584
Diffstat (limited to 'e-util/e-categories-config.c')
-rw-r--r-- | e-util/e-categories-config.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/e-categories-config.c b/e-util/e-categories-config.c index eaf5510c72..0bf75f9d5f 100644 --- a/e-util/e-categories-config.c +++ b/e-util/e-categories-config.c @@ -56,6 +56,7 @@ e_categories_config_get_icon_for (const char *category, GdkPixmap **pixmap, GdkB if (mask != NULL) *mask = tmp_mask; + g_object_unref (pixbuf); return TRUE; } |