From 19d9717dd1c1078b2809819d5bbaa7a4f287a693 Mon Sep 17 00:00:00 2001 From: Parthasarathi Susarla Date: Mon, 5 Dec 2005 06:04:12 +0000 Subject: initialize CamelException. 2005-12-05 Parthasarathi Susarla * proxy.c: initialize CamelException. Fixes bug #314576 svn path=/trunk/; revision=30717 --- plugins/groupwise-features/ChangeLog | 6 ++++++ plugins/groupwise-features/proxy.c | 2 ++ 2 files changed, 8 insertions(+) (limited to 'plugins') diff --git a/plugins/groupwise-features/ChangeLog b/plugins/groupwise-features/ChangeLog index 72d8ac0604..76ae47237f 100644 --- a/plugins/groupwise-features/ChangeLog +++ b/plugins/groupwise-features/ChangeLog @@ -1,3 +1,9 @@ +2005-12-05 Parthasarathi Susarla + + * proxy.c: initialize CamelException. + + Fixes bug #314576 + 2005-11-10 Harish Krishnaswamy * mail-send-options.c: (org_gnome_compose_send_options): diff --git a/plugins/groupwise-features/proxy.c b/plugins/groupwise-features/proxy.c index b75e82340c..f896e6686e 100644 --- a/plugins/groupwise-features/proxy.c +++ b/plugins/groupwise-features/proxy.c @@ -652,6 +652,7 @@ org_gnome_proxy (EPlugin *epl, EConfigHookItemFactoryData *data) target_account = (EMConfigTargetAccount *)data->config->target; account = target_account->account; + camel_exception_init (&ex); if (!(store = (CamelOfflineStore *) camel_session_get_service (session, e_account_get_string(account, E_ACCOUNT_SOURCE_URL), CAMEL_PROVIDER_STORE, &ex))) { camel_exception_clear (&ex); return NULL; @@ -715,6 +716,7 @@ org_gnome_proxy (EPlugin *epl, EConfigHookItemFactoryData *data) } camel_object_unref (store); + camel_exception_clear (&ex); return NULL; } -- cgit v1.2.3