From 97935df7b6fc0d8d77206180db9342d76e430728 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Thu, 17 Feb 2011 08:58:10 +0100 Subject: Bug #642088 - Crash when changing advanced send options in GroupWise --- mail/em-account-editor.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mail/em-account-editor.c') diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c index 747fd664da..0228d2e50d 100644 --- a/mail/em-account-editor.c +++ b/mail/em-account-editor.c @@ -1734,6 +1734,7 @@ emae_refresh_providers (EMAccountEditor *emae, EMAccountEditorService *service) set_provider_defaults_on_url (emae, provider, url); emae_uri_changed (service, url); + uri = e_account_get_string (account, info->account_uri_key); camel_url_free (url); } i++; @@ -1762,6 +1763,8 @@ emae_refresh_providers (EMAccountEditor *emae, EMAccountEditorService *service) break; } } + + camel_url_free (url); } static void -- cgit v1.2.3