mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-28 18:21:52 +00:00
valgrind
This commit is contained in:
parent
cd9696d993
commit
aa4d293b1c
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue