From: Colin Leroy Date: Thu, 5 Jun 2014 15:06:28 +0000 (+0200) Subject: Finish previous fix X-Git-Tag: 3.10.1~24 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=45d1336418363e99adab9a2b7ef1232188b8b5b7 Finish previous fix --- diff --git a/src/plugins/mailmbox/mailimf_types_helper.c b/src/plugins/mailmbox/mailimf_types_helper.c index 85e936c2c..384e7a6e1 100644 --- 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_cc); + mailimf_cc_free(imf_cc); } if (imf_bcc != NULL) { imf_bcc->bcc_addr_list = NULL;