diff options
author | Milan Crha <mcrha@redhat.com> | 2011-02-17 15:58:10 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:41:35 +0800 |
commit | 97935df7b6fc0d8d77206180db9342d76e430728 (patch) | |
tree | b49fc15e5058ffd28d7f24565aa0d013c89f0faf /mail | |
parent | 5b4065a44acee3533b70ab229506661d4766f164 (diff) | |
download | gsoc2013-evolution-97935df7b6fc0d8d77206180db9342d76e430728.tar gsoc2013-evolution-97935df7b6fc0d8d77206180db9342d76e430728.tar.gz gsoc2013-evolution-97935df7b6fc0d8d77206180db9342d76e430728.tar.bz2 gsoc2013-evolution-97935df7b6fc0d8d77206180db9342d76e430728.tar.lz gsoc2013-evolution-97935df7b6fc0d8d77206180db9342d76e430728.tar.xz gsoc2013-evolution-97935df7b6fc0d8d77206180db9342d76e430728.tar.zst gsoc2013-evolution-97935df7b6fc0d8d77206180db9342d76e430728.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 |