talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 834a78111238efb193c57e8c347660b63edbf1c3
parent 2ce0c73c216e323a8500a59edfed8ab91284286d
Author: Colin Leroy <colin@colino.net>
Date:   Thu,  5 Jun 2014 16:43:36 +0200

Another wrong free

Diffstat:
Msrc/plugins/mailmbox/mailimf_types_helper.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/mailmbox/mailimf_types_helper.c b/src/plugins/mailmbox/mailimf_types_helper.c @@ -278,7 +278,7 @@ static void detach_free_common_fields(struct mailimf_orig_date * imf_date, } if (imf_cc != NULL) { imf_cc->cc_addr_list = NULL; - mailimf_to_free(imf_to); + mailimf_to_free(imf_cc); } if (imf_bcc != NULL) { imf_bcc->bcc_addr_list = NULL;