fix incorrect refcounting of 7dc4f1

This commit is contained in:
dzaima 2022-06-04 01:13:03 +03:00
parent b32b818df7
commit 1e2b734f5d

View File

@ -440,7 +440,7 @@ NOINLINE Block* compile(B bcq, B objs, B allBlocks, B allBodies, B indices, B to
comp->path = path;
B nameList;
if (q_N(tokenInfo)) {
nameList = bi_emptyHVec;
nameList = inc(bi_emptyHVec);
} else {
B t = IGetU(tokenInfo,2);
nameList = IGet(t,0);