Free string on UTF8_INVALID in parse_extra

master 1.4.2
random human 7 years ago committed by Drew DeVault
parent 3ba5240756
commit d3030d866a
  1. 1
      src/main.c

@ -55,6 +55,7 @@ static str_t *parse_extra(struct parser *p) {
assert(ret != -1); assert(ret != -1);
} }
} }
str_free(extra);
return NULL; return NULL;
} }

Loading…
Cancel
Save