mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-21 02:23:20 +00:00
neaten
This commit is contained in:
parent
76e7f39d61
commit
e77cda4ee9
1 changed files with 1 additions and 4 deletions
|
|
@ -97,10 +97,7 @@ static void handle_full_srec_assignment(
|
|||
// lrec would result in double frees, or awkward bookkeeping. However, the NR
|
||||
// variable evaluator reads prec->field_count, so we need to put something here.
|
||||
// And putting something statically allocated minimizes copying/freeing.
|
||||
//mv_t xxx_temp = mv_copy(&val);
|
||||
lhmsmv_put(pout_typed_overlay, mlr_strdup_or_die(skey),
|
||||
&val,
|
||||
//&xxx_temp,
|
||||
lhmsmv_put(pout_typed_overlay, mlr_strdup_or_die(skey), &val,
|
||||
FREE_ENTRY_KEY | FREE_ENTRY_VALUE);
|
||||
lrec_put(poutrec, skey, "bug", FREE_ENTRY_KEY);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue