aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/ChangeLog8
-rw-r--r--shell/e-shell-config-offline.c1
2 files changed, 9 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index d8486caf54..ce83a680fe 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,13 @@
2002-05-14 Ettore Perazzoli <ettore@ximian.com>
+ * e-shell-config-offline.c
+ (init_storage_set_view_status_from_config): Add a missing
+ CORBA_free in the case in which the typecode of the
+ /OfflineFolders/Paths key in the ConfigDatabase doesn't match the
+ expected type.
+
+2002-05-14 Ettore Perazzoli <ettore@ximian.com>
+
* e-shell.c (e_shell_go_offline): Pass self to
e_shell_offline_handler_new() instead of the component registry.
diff --git a/shell/e-shell-config-offline.c b/shell/e-shell-config-offline.c
index c021bf5b1a..ec825b9445 100644
--- a/shell/e-shell-config-offline.c
+++ b/shell/e-shell-config-offline.c
@@ -136,6 +136,7 @@ init_storage_set_view_status_from_config (EStorageSetView *storage_set_view,
if (! CORBA_TypeCode_equal (any->_type, TC_CORBA_sequence_CORBA_string, &ev) || BONOBO_EX (&ev)) {
g_warning ("/OfflineFolders/Paths in ConfigDatabase is not the expected type");
+ CORBA_free (any);
CORBA_exception_free (&ev);
return;
}
3-08-15 06:35:50 +0800'>2013-08-151-1/+0 * - Update devel/sdl12 to 1.2.15mva2012-02-181-1/+1 * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-3/+2 * - Update MASTER_SITES and WWW: linemiwi2011-08-262-11/+9 * Mark BROKEN: Does not fetchbapt2011-08-021-0/+2 * = Drop MD5 supportmiwi2011-07-031-1/+0 * Reset ijliao@FreeBSD.org due to maintainer-timeouts and long absence.linimon2010-12-281-1/+1 * Sync to new bsd.autotools.mkade2010-12-041-1/+1 * Punt autoconf267->autoconf268ade2010-10-161-1/+1