aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-offline-handler.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-offline-handler.c')
-rw-r--r--shell/e-shell-offline-handler.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-shell-offline-handler.c b/shell/e-shell-offline-handler.c
index fc26e71a38..99adcaa27c 100644
--- a/shell/e-shell-offline-handler.c
+++ b/shell/e-shell-offline-handler.c
@@ -171,6 +171,8 @@ duplicate_connection_list (const GNOME_Evolution_ConnectionList *source)
copy->_buffer[i].type = CORBA_string_dup (source->_buffer[i].type);
}
+ CORBA_sequence_set_release (copy, TRUE);
+
return copy;
}