aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2001-08-07 15:58:36 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-08-07 15:58:36 +0800
commit40e6b9ec16fd6d241837a2c6bf4bb739baaf5101 (patch)
treeeb7eab34c420e71ddccbe6b6d325df096991aba1 /shell
parent0cb44895c50d6a0895aa5519c3d819698022e913 (diff)
downloadgsoc2013-evolution-40e6b9ec16fd6d241837a2c6bf4bb739baaf5101.tar
gsoc2013-evolution-40e6b9ec16fd6d241837a2c6bf4bb739baaf5101.tar.gz
gsoc2013-evolution-40e6b9ec16fd6d241837a2c6bf4bb739baaf5101.tar.bz2
gsoc2013-evolution-40e6b9ec16fd6d241837a2c6bf4bb739baaf5101.tar.lz
gsoc2013-evolution-40e6b9ec16fd6d241837a2c6bf4bb739baaf5101.tar.xz
gsoc2013-evolution-40e6b9ec16fd6d241837a2c6bf4bb739baaf5101.tar.zst
gsoc2013-evolution-40e6b9ec16fd6d241837a2c6bf4bb739baaf5101.zip
Unref the listener when done.
2001-08-07 Not Zed <NotZed@Ximian.com> * evolution-activity-client.c (impl_destroy): Unref the listener when done. svn path=/trunk/; revision=11725
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/evolution-activity-client.c3
2 files changed, 8 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 0643956f6c..de742e8343 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,8 @@
+2001-08-07 Not Zed <NotZed@Ximian.com>
+
+ * evolution-activity-client.c (impl_destroy): Unref the listener
+ when done.
+
2001-08-06 Ettore Perazzoli <ettore@ximian.com>
* e-shell-folder-title-bar.c: Remove member `hbox' from `struct
diff --git a/shell/evolution-activity-client.c b/shell/evolution-activity-client.c
index 5536aab8ce..d7805d6583 100644
--- a/shell/evolution-activity-client.c
+++ b/shell/evolution-activity-client.c
@@ -251,6 +251,9 @@ impl_destroy (GtkObject *object)
CORBA_exception_free (&ev);
+ if (priv->listener)
+ bonobo_object_unref(BONOBO_OBJECT(priv->listener));
+
g_free (priv->new_information);
g_free (priv);