+ignored array for gc.
This commit is contained in:
parent
245c68bb39
commit
57555f8bd4
@ -4041,6 +4041,9 @@ void _gc_add(_ref_t* ref, void* data) {
|
||||
/* Add a referenced object to GC */
|
||||
mb_assert(ref && data);
|
||||
|
||||
if(ref->type == _DT_ARRAY)
|
||||
return;
|
||||
|
||||
if(!ref->s->gc.table)
|
||||
return;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user