mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-25 08:53:55 +00:00
valgrind findings
This commit is contained in:
parent
7b9346e36c
commit
1929ebad2c
1 changed files with 1 additions and 0 deletions
|
|
@ -227,6 +227,7 @@ static void rxval_evaluator_from_map_literal_free_aux(map_literal_list_evaluator
|
|||
if (pkvpair_evaluator->plist_evaluator != NULL) {
|
||||
rxval_evaluator_from_map_literal_free_aux(pkvpair_evaluator->plist_evaluator);
|
||||
}
|
||||
free(pkvpair_evaluator);
|
||||
}
|
||||
sllv_free(plist_evaluator->pkvpair_evaluators);
|
||||
free(plist_evaluator);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue