diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-11-15 04:48:58 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-11-15 04:48:58 +0800 |
commit | 7a6310d1181aeb72d742e0549f577009b4c285ce (patch) | |
tree | 7acc9ff66a1b635bf5ecd091fcbd5795567a0cf1 /shell/e-shell-offline-sync.c | |
parent | 60daa6d24b557fb31e35b37d76105195e2e69f81 (diff) | |
download | gsoc2013-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-sync.c')
-rw-r--r-- | shell/e-shell-offline-sync.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/e-shell-offline-sync.c b/shell/e-shell-offline-sync.c index b47638bf4a..67e33fd99b 100644 --- a/shell/e-shell-offline-sync.c +++ b/shell/e-shell-offline-sync.c @@ -114,8 +114,6 @@ progress_listener_servant_free (SyncFolderProgressListenerServant *servant) PortableServer_POA_deactivate_object (bonobo_poa (), oid, &ev); CORBA_free (oid); - POA_GNOME_Evolution_SyncFolderProgressListener__fini ((POA_GNOME_Evolution_SyncFolderProgressListener *) servant, &ev); - CORBA_exception_free (&ev); g_free (servant); |