From 45d1336418363e99adab9a2b7ef1232188b8b5b7 Mon Sep 17 00:00:00 2001 From: Colin Leroy Date: Thu, 5 Jun 2014 17:06:28 +0200 Subject: [PATCH 1/1] Finish previous fix --- src/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 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; -- 2.25.1