mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
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:
@@ -19,7 +19,6 @@ struct REnv {
|
||||
MRB_OBJECT_HEADER;
|
||||
mrb_value *stack;
|
||||
struct mrb_context *cxt;
|
||||
// struct RProc *proc;
|
||||
mrb_sym mid;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user