mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-28 18:21:52 +00:00
neaten
This commit is contained in:
parent
a68cd9f0f5
commit
df0341871a
1 changed files with 0 additions and 8 deletions
|
|
@ -554,14 +554,6 @@ void mlr_dsl_cst_statement_free(mlr_dsl_cst_statement_t* pstatement) {
|
|||
|
||||
free(pstatement->local_lhs_variable_name);
|
||||
|
||||
if (pstatement->poosvar_target_keylist_evaluators != NULL) {
|
||||
for (sllve_t* pe = pstatement->poosvar_target_keylist_evaluators->phead; pe != NULL; pe = pe->pnext) {
|
||||
rval_evaluator_t* phandler = pe->pvvalue;
|
||||
phandler->pfree_func(phandler);
|
||||
}
|
||||
sllv_free(pstatement->poosvar_target_keylist_evaluators);
|
||||
}
|
||||
|
||||
if (pstatement->psrec_lhs_evaluator != NULL) {
|
||||
pstatement->psrec_lhs_evaluator->pfree_func(pstatement->psrec_lhs_evaluator);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue