aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-activity-handler.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-08-08 17:38:46 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-08-08 17:38:46 +0800
commite835aa2faf3bf45c930924aaa60a134cdd269c35 (patch)
tree1fe866224b5fe9192ea5b9ee1a52068bb5194883 /shell/e-activity-handler.c
parent5dfe756f5f673429b6579600053e35047a2fa3cf (diff)
downloadgsoc2013-evolution-e835aa2faf3bf45c930924aaa60a134cdd269c35.tar
gsoc2013-evolution-e835aa2faf3bf45c930924aaa60a134cdd269c35.tar.gz
gsoc2013-evolution-e835aa2faf3bf45c930924aaa60a134cdd269c35.tar.bz2
gsoc2013-evolution-e835aa2faf3bf45c930924aaa60a134cdd269c35.tar.lz
gsoc2013-evolution-e835aa2faf3bf45c930924aaa60a134cdd269c35.tar.xz
gsoc2013-evolution-e835aa2faf3bf45c930924aaa60a134cdd269c35.tar.zst
gsoc2013-evolution-e835aa2faf3bf45c930924aaa60a134cdd269c35.zip
Fill the CORBA sequence once.
* evolution-shell-component.c (impl_ShellComponent__get_supported_types): Fill the CORBA sequence once. * e-activity-handler.c (activity_info_free): Unref the icon. svn path=/trunk/; revision=11773
Diffstat (limited to 'shell/e-activity-handler.c')
-rw-r--r--shell/e-activity-handler.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-activity-handler.c b/shell/e-activity-handler.c
index 89ff551f4f..0c5c028248 100644
--- a/shell/e-activity-handler.c
+++ b/shell/e-activity-handler.c
@@ -281,6 +281,7 @@ activity_info_free (ActivityInfo *info)
CORBA_exception_init (&ev);
+ gdk_pixbuf_unref (info->icon_pixbuf);
CORBA_free (info->information);
CORBA_Object_release (info->event_listener, &ev);