aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-offline-handler.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/e-shell-offline-handler.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/e-shell-offline-handler.c')
-rw-r--r--shell/e-shell-offline-handler.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/e-shell-offline-handler.c b/shell/e-shell-offline-handler.c
index b38701ceeb..030f2ff3f8 100644
--- a/shell/e-shell-offline-handler.c
+++ b/shell/e-shell-offline-handler.c
@@ -146,8 +146,6 @@ progress_listener_servant_free (OfflineProgressListenerServant *servant)
PortableServer_POA_deactivate_object (bonobo_poa (), oid, &ev);
CORBA_free (oid);
- POA_GNOME_Evolution_OfflineProgressListener__fini ((POA_GNOME_Evolution_OfflineProgressListener *) servant, &ev);
-
CORBA_exception_free (&ev);
g_free (servant->component_id);