aboutsummaryrefslogtreecommitdiffstats
path: root/mail/subscribe-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/subscribe-dialog.c')
-rw-r--r--mail/subscribe-dialog.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/subscribe-dialog.c b/mail/subscribe-dialog.c
index da2758298e..c075bbfa00 100644
--- a/mail/subscribe-dialog.c
+++ b/mail/subscribe-dialog.c
@@ -829,6 +829,7 @@ fe_destroy (GtkObject *obj)
g_hash_table_destroy (ftree->subscribe_ops);
camel_object_unref (CAMEL_OBJECT (ftree->store));
+ bonobo_object_unref (BONOBO_OBJECT (ftree->e_storage));
g_free (ftree->search);
}
@@ -881,7 +882,7 @@ folder_etree_construct (FolderETree *ftree,
ftree->store = store;
camel_object_ref (CAMEL_OBJECT (store));
- ftree->e_storage = mail_lookup_storage (store);
+ ftree->e_storage = mail_lookup_storage (store); /* this gives us a ref */
fe_create_root_node (ftree);