@@ -500,6 +500,7 @@ root_scan_phase(mrb_state *mrb)
for (ci = mrb->cibase; ci <= mrb->ci; ci++) {
if (!ci) continue;
mrb_gc_mark( mrb, (struct RBasic*)ci->env);
mrb_gc_mark( mrb, (struct RBasic*)ci->proc);
}
/* mark irep pool */
for (i=0; i<mrb->irep_len; i++) {
The note is not visible to the blocked user.