fix refcount leak in casrt_c2
This commit is contained in:
parent
1e8c390e6a
commit
2dfc8933bd
@ -216,8 +216,8 @@ B asrt_c2(B t, B w, B x) {
|
|||||||
thr(w);
|
thr(w);
|
||||||
}
|
}
|
||||||
B casrt_c2(B t, B w, B x) {
|
B casrt_c2(B t, B w, B x) {
|
||||||
B fullpath = load_fullpath(COMPS_CREF(path), COMPS_CREF(name));
|
|
||||||
if (LIKELY(isF64(x) && o2fG(x)==1)) { dec(w); return x; }
|
if (LIKELY(isF64(x) && o2fG(x)==1)) { dec(w); return x; }
|
||||||
|
B fullpath = load_fullpath(COMPS_CREF(path), COMPS_CREF(name));
|
||||||
unwindCompiler();
|
unwindCompiler();
|
||||||
dec(x);
|
dec(x);
|
||||||
if (isArr(w) && IA(w)==2) {
|
if (isArr(w) && IA(w)==2) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user