diff options
author | Milan Crha <mcrha@redhat.com> | 2011-02-17 15:58:10 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-02-17 15:58:10 +0800 |
commit | 065b166b06baa527f8ba099c8375ed292ae7c86f (patch) | |
tree | e5f4897db5ece906091a3778bca3e358230cf198 /mail | |
parent | 1548d3b959c8ecbbef89213032a4e9b74876f18b (diff) | |
download | gsoc2013-evolution-065b166b06baa527f8ba099c8375ed292ae7c86f.tar.gz gsoc2013-evolution-065b166b06baa527f8ba099c8375ed292ae7c86f.tar.zst gsoc2013-evolution-065b166b06baa527f8ba099c8375ed292ae7c86f.zip |
Bug #642088 - Crash when changing advanced send options in GroupWise
Diffstat (limited to 'mail')
-rw-r--r-- | mail/em-account-editor.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 |