commit 7568a95314b5780a5cdced23fa0c9d004c4e5d4f parent 08a211524ac3cdf941e92a5ea17148164cb507f2 Author: Colin Leroy <colin@colino.net> Date: Tue, 2 Oct 2018 16:16:57 +0200 Fix Coverity #1220444 Diffstat:
| M | src/plugins/mailmbox/mailimf.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/plugins/mailmbox/mailimf.c b/src/plugins/mailmbox/mailimf.c @@ -4455,7 +4455,7 @@ static int mailimf_field_parse(const char * message, size_t length, &optional_field); if (r != MAILIMF_NO_ERROR) { res = r; - goto err; + goto free_fields; } type = MAILIMF_FIELD_OPTIONAL_FIELD;