mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-25 08:53:55 +00:00
mlr nest iterate
This commit is contained in:
parent
c19c2a3f4c
commit
ca92f5acc0
1 changed files with 2 additions and 0 deletions
|
|
@ -246,6 +246,8 @@ static sllv_t* mapper_nest_implode_values_across_records(lrec_t* pinrec, context
|
|||
lrec_put(pair, pstate->field_name, mlr_strdup_or_die(field_value), FREE_ENTRY_VALUE);
|
||||
sllv_append(pbucket->pairs, pair);
|
||||
|
||||
if (free_flags & FREE_ENTRY_VALUE)
|
||||
free(field_value);
|
||||
slls_free(other_values);
|
||||
slls_free(other_keys);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue