From 6b152aef20b7865c001c4a2bbcc0d1f97fc56b6d Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Tue, 5 Feb 2008 12:57:03 +0000 Subject: [PATCH] * src/modest-tny-account-store.c: * Shutdown camel on finishing account store. This is done to store the certdb on disk. pmo-trunk-r4137 --- src/modest-tny-account-store.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modest-tny-account-store.c b/src/modest-tny-account-store.c index ac77bfc..5e9bb8d 100644 --- a/src/modest-tny-account-store.c +++ b/src/modest-tny-account-store.c @@ -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); } -- 1.7.9.5