mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-21 02:23:20 +00:00
bugfix
This commit is contained in:
parent
c480390661
commit
28c826da10
1 changed files with 1 additions and 1 deletions
|
|
@ -262,7 +262,7 @@ boxed_xval_t s_mss_joinkv_xfunc(boxed_xval_t* pmapval, boxed_xval_t* ppairsepval
|
|||
char* svval = mv_maybe_alloc_format_val(&pentry->level_xvalue.terminal_mlrval, &vfree_flags);
|
||||
sb_append_string(psb, svval);
|
||||
if (vfree_flags)
|
||||
free(skval);
|
||||
free(svval);
|
||||
|
||||
if (pentry->pnext != NULL) {
|
||||
sb_append_string(psb, plistsepval->xval.terminal_mlrval.u.strv);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue