From b68e1162c42caa8e1e465a9b50c95eaf49a7f470 Mon Sep 17 00:00:00 2001 From: Jon Trowbridge Date: Fri, 14 Sep 2001 02:22:37 +0000 Subject: Fixed double-freeing of EDestination vector when sending html mail to 2001-09-13 Jon Trowbridge * mail-callbacks.c (composer_get_message): Fixed double-freeing of EDestination vector when sending html mail to people who don't necessarily want it. Fixes bug #9848. svn path=/trunk/; revision=12821 --- mail/mail-callbacks.c | 1 - 1 file changed, 1 deletion(-) (limited to 'mail/mail-callbacks.c') diff --git a/mail/mail-callbacks.c b/mail/mail-callbacks.c index b6437d565e..b6b50e36d0 100644 --- a/mail/mail-callbacks.c +++ b/mail/mail-callbacks.c @@ -494,7 +494,6 @@ composer_get_message (EMsgComposer *composer) if (html_problem) { html_problem = ! ask_confirm_for_unwanted_html_mail (composer, recipients); - e_destination_freev (recipients); if (html_problem) { camel_object_unref (CAMEL_OBJECT (message)); message = NULL; -- cgit v1.2.3