aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-storage-listener.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-11-15 04:48:58 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-11-15 04:48:58 +0800
commit7a6310d1181aeb72d742e0549f577009b4c285ce (patch)
tree7acc9ff66a1b635bf5ecd091fcbd5795567a0cf1 /shell/evolution-storage-listener.c
parent60daa6d24b557fb31e35b37d76105195e2e69f81 (diff)
downloadgsoc2013-evolution-7a6310d1181aeb72d742e0549f577009b4c285ce.tar
gsoc2013-evolution-7a6310d1181aeb72d742e0549f577009b4c285ce.tar.gz
gsoc2013-evolution-7a6310d1181aeb72d742e0549f577009b4c285ce.tar.bz2
gsoc2013-evolution-7a6310d1181aeb72d742e0549f577009b4c285ce.tar.lz
gsoc2013-evolution-7a6310d1181aeb72d742e0549f577009b4c285ce.tar.xz
gsoc2013-evolution-7a6310d1181aeb72d742e0549f577009b4c285ce.tar.zst
gsoc2013-evolution-7a6310d1181aeb72d742e0549f577009b4c285ce.zip
Avoid freeing the servant for now, it looks like something is messed up
* evolution-shell-component-client.c (destroy_listener_interface): Avoid freeing the servant for now, it looks like something is messed up and this causes a crash on exit. * evolution-storage-set-view-listener.c (impl_finalize): Do not invoke POA_GNOME_Evolution_StorageSetViewListener__fini(). * evolution-storage-listener.c (impl_finalize): Do not invoke POA_GNOME_Evolution_StorageListener__fini(). * e-shell-offline-sync.c (progress_listener_servant_free): Do not invoke POA_GNOME_Evolution_SyncFolderProgressListener__fini(). * e-shell-offline-handler.c (progress_listener_servant_free): Do not invoke POA_GNOME_Evolution_OfflineProgressListener__fini(). * e-corba-storage.c (impl_dispose): Do not invoke POA_GNOME_Evolution_StorageListener__fini(). * evolution-shell-component-client.c (destroy_listener_interface): Do not invoke POA_GNOME_Evolution_ShellComponentListener__fini(). svn path=/trunk/; revision=18759
Diffstat (limited to 'shell/evolution-storage-listener.c')
-rw-r--r--shell/evolution-storage-listener.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/evolution-storage-listener.c b/shell/evolution-storage-listener.c
index 68dc9addac..e33d0bd735 100644
--- a/shell/evolution-storage-listener.c
+++ b/shell/evolution-storage-listener.c
@@ -210,8 +210,6 @@ impl_finalize (GObject *object)
object_id = PortableServer_POA_servant_to_id (bonobo_poa(), priv->servant, &ev);
PortableServer_POA_deactivate_object (bonobo_poa (), object_id, &ev);
CORBA_free (object_id);
-
- POA_GNOME_Evolution_StorageListener__fini (priv->servant, &ev);
}
CORBA_exception_free (&ev);