1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

need to mark script_lines

This commit is contained in:
Koichi Sasada 2021-10-29 01:10:32 +09:00
parent acb2f86caa
commit cbf2078a25
Notes: git 2021-10-29 02:00:31 +09:00

1
iseq.c
View file

@ -347,6 +347,7 @@ rb_iseq_mark(const rb_iseq_t *iseq)
rb_gc_mark_movable(body->variable.coverage);
rb_gc_mark_movable(body->variable.pc2branchindex);
rb_gc_mark_movable(body->variable.script_lines);
rb_gc_mark_movable(body->location.label);
rb_gc_mark_movable(body->location.base_label);
rb_gc_mark_movable(body->location.pathobj);