This commit is contained in:
John Kerl 2016-03-12 11:26:51 -05:00
parent cd9696d993
commit aa4d293b1c

View file

@ -263,6 +263,7 @@ static void mapper_reshape_free(mapper_t* pmapper) {
for (sllve_t* pe = pstate->input_field_regexes->phead; pe != NULL; pe = pe->pnext) {
regex_t* pregex = pe->pvvalue;
regfree(pregex);
free(pregex);
}
sllv_free(pstate->input_field_regexes);
}