diff options
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r-- | mail/component-factory.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c index e67537bb9f..c4abc1ca74 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -169,6 +169,8 @@ idle_quit (gpointer user_data) if (e_list_length (folder_browser_factory_get_control_list ())) return TRUE; + bonobo_object_unref (BONOBO_OBJECT (summary_factory)); + bonobo_object_unref (BONOBO_OBJECT (component_factory)); g_hash_table_foreach (storages_hash, free_storage, NULL); g_hash_table_destroy (storages_hash); |