fix incorrect refcounting of 7dc4f1
This commit is contained in:
parent
b32b818df7
commit
1e2b734f5d
2
src/vm.c
2
src/vm.c
@ -440,7 +440,7 @@ NOINLINE Block* compile(B bcq, B objs, B allBlocks, B allBodies, B indices, B to
|
|||||||
comp->path = path;
|
comp->path = path;
|
||||||
B nameList;
|
B nameList;
|
||||||
if (q_N(tokenInfo)) {
|
if (q_N(tokenInfo)) {
|
||||||
nameList = bi_emptyHVec;
|
nameList = inc(bi_emptyHVec);
|
||||||
} else {
|
} else {
|
||||||
B t = IGetU(tokenInfo,2);
|
B t = IGetU(tokenInfo,2);
|
||||||
nameList = IGet(t,0);
|
nameList = IGet(t,0);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user