diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/component-factory.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c index b1f50f0a96..8ccfda4954 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -333,8 +333,9 @@ mail_load_storages (GNOME_Evolution_Shell corba_shell, GSList *sources) camel_exception_get_description (&ex)); camel_exception_clear (&ex); } - camel_object_unref (CAMEL_OBJECT (store)); } + + camel_object_unref (CAMEL_OBJECT (store)); } } |