aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-component-registry.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-component-registry.c')
-rw-r--r--shell/e-component-registry.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/e-component-registry.c b/shell/e-component-registry.c
index f316c3fbf2..2106432a78 100644
--- a/shell/e-component-registry.c
+++ b/shell/e-component-registry.c
@@ -177,7 +177,8 @@ register_component (EComponentRegistry *component_registry,
component = component_new (id, client);
g_hash_table_insert (priv->component_id_to_component, component->id, component);
-
+ bonobo_object_unref (BONOBO_OBJECT (client));
+
for (i = 0; i < supported_types->_length; i++) {
const GNOME_Evolution_FolderType *type;