commit 5a109f1a419f3f216bcee5211e8af6ec6470f26a parent 11ca74eea4a04a3815ab6c6cef0df561d6fb6bb1 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;