aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-corba-storage-registry.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-corba-storage-registry.c')
-rw-r--r--shell/e-corba-storage-registry.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/shell/e-corba-storage-registry.c b/shell/e-corba-storage-registry.c
index 76d946a680..ed9f1b837c 100644
--- a/shell/e-corba-storage-registry.c
+++ b/shell/e-corba-storage-registry.c
@@ -185,7 +185,9 @@ impl_StorageRegistry_getStorageList (PortableServer_Servant servant,
storage_list->_buffer[storage_list->_length] = corba_storage;
storage_list->_length++;
}
-
+
+ CORBA_sequence_set_release (storage_list, TRUE);
+
return storage_list;
}