This commit is contained in:
John Kerl 2016-12-08 18:38:40 -05:00
parent c480390661
commit 28c826da10

View file

@ -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);