diff options
author | Lucian Langa <lucilanga@gnome.org> | 2011-05-02 03:57:51 +0800 |
---|---|---|
committer | Lucian Langa <lucilanga@gnome.org> | 2011-05-02 03:57:51 +0800 |
commit | 789118fda7113be0b1a7127c805298c58753fda4 (patch) | |
tree | a910b3f8417a7e2a9aeac08eb41f2cd87752d0eb | |
parent | 2f3abc7a8468e530532b3855349d0491dd6d2a46 (diff) | |
download | gsoc2013-evolution-789118fda7113be0b1a7127c805298c58753fda4.tar.gz gsoc2013-evolution-789118fda7113be0b1a7127c805298c58753fda4.tar.zst gsoc2013-evolution-789118fda7113be0b1a7127c805298c58753fda4.zip |
Bug 649046 - crash on startup with latest CamelURL modifications
-rw-r--r-- | mail/mail-ops.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c index f5a31e3ba7..75344d79b2 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -562,7 +562,6 @@ mail_send_message (struct _send_queue_msg *m, g_free (escaped); g_free (url_string); - camel_url_free (url); } /* Check for email sending */ |