fix refcount

This commit is contained in:
dzaima 2022-06-26 21:54:41 +03:00
parent 0314f55a78
commit 266c742b98

View File

@ -180,7 +180,7 @@ void cbqn_runLine0(char* ln, i64 read) {
code = utf8Decode0(cmdE);
output = 2;
} else if (isCmd(cmdS, &cmdE, "e ") || isCmd(cmdS, &cmdE, "explain ")) {
B expl = bqn_explain(utf8Decode0(cmdE), inc(replPath));
B expl = bqn_explain(utf8Decode0(cmdE), replPath);
HArr* expla = toHArr(expl);
usz ia=expla->ia;
for(usz i=0; i<ia; i++) {