diff options
author | Lucian Langa <lucilanga@gnome.org> | 2011-05-02 03:57:51 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:42:04 +0800 |
commit | 903c8cd7230bc2eeee9b2776dbb836721031c328 (patch) | |
tree | b9a77bdeb56ac9690b0b500c094c875681b39b4f | |
parent | e6e5c09fcf6eab7470ee26d8c9cb3efba2fe17bd (diff) | |
download | gsoc2013-evolution-903c8cd7230bc2eeee9b2776dbb836721031c328.tar.gz gsoc2013-evolution-903c8cd7230bc2eeee9b2776dbb836721031c328.tar.zst gsoc2013-evolution-903c8cd7230bc2eeee9b2776dbb836721031c328.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 */ |