* src/modest-tny-account-store.c:
authorJose Dapena Paz <jdapena@igalia.com>
Tue, 5 Feb 2008 12:57:03 +0000 (12:57 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Tue, 5 Feb 2008 12:57:03 +0000 (12:57 +0000)
* Shutdown camel on finishing account store. This is done to
  store the certdb on disk.

pmo-trunk-r4137

src/modest-tny-account-store.c

index ac77bfc..5e9bb8d 100644 (file)
@@ -853,6 +853,8 @@ modest_tny_account_store_finalize (GObject *obj)
                camel_object_unref (CAMEL_OBJECT(priv->session));
                priv->session = NULL;
        }
+
+       camel_shutdown ();
        
        G_OBJECT_CLASS(parent_class)->finalize (obj);
 }