fix test/mut.bqn leaking references

This commit is contained in:
dzaima 2022-11-15 18:05:31 +02:00
parent 1ac5f0a49d
commit 55e8a43297
2 changed files with 2 additions and 1 deletions

View File

@ -286,6 +286,7 @@ B internalTemp_c2(B t, B w, B x) {
#ifdef TEST_MUT #ifdef TEST_MUT
SGetU(x) SGetU(x)
FILL_TO(tyarr_ptr(w), o2s(GetU(x,0)), o2s(GetU(x,1)), GetU(x,2), o2s(GetU(x,3))); FILL_TO(tyarr_ptr(w), o2s(GetU(x,0)), o2s(GetU(x,1)), GetU(x,2), o2s(GetU(x,3)));
dec(w);
#endif #endif
return x; return x;
} }

View File

@ -18,4 +18,4 @@ Do ← {𝕊:
𝕩 𝕩
} }
Do¨ 500000 Do¨ 100000