Need to mark fibers referenced from env; fix #3837

The issue #3837 is a regression of #3819. I was mistakenly removed
a important code to mark fibers from `env`.
This commit is contained in:
Yukihiro "Matz" Matsumoto
2017-10-31 09:06:04 +09:00
parent 77edafb04c
commit b6598e052f
2 changed files with 3 additions and 1 deletions
-1
View File
@@ -19,7 +19,6 @@ struct REnv {
MRB_OBJECT_HEADER;
mrb_value *stack;
struct mrb_context *cxt;
// struct RProc *proc;
mrb_sym mid;
};