fix a double-free oops
1 files changed, 0 insertions(+), 1 deletions(-) M made/actions.ha
M made/actions.ha => made/actions.ha +0 -1
@@ 111,7 111,6 @@ fn histtokenup(s: *state) (void | error) = { defer free(token); h.tokidx = count; if (h.tok == token) { - free(token); continue; };