commit 67caebc662c705dc8dfcafc911a14d3f92609907 parent e6776707ace49e340f63bd14084029431ac5618e Author: Colin Leroy <colin@colino.net> Date: Thu, 5 Jun 2014 16:39:12 +0200 Fix use after free Diffstat:
| M | src/plugins/mailmbox/mailimf_types_helper.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/plugins/mailmbox/mailimf_types_helper.c b/src/plugins/mailmbox/mailimf_types_helper.c @@ -568,7 +568,6 @@ mailimf_resent_fields_add_data(struct mailimf_fields * fields, free_field: if (field != NULL) { detach_resent_field(field); - mailimf_field_free(field); } free: detach_free_common_fields(imf_resent_date,