mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
f3b393272c
Immediately frees the call stack and data stack at the end of a non-root fiber. If the env object needs to be detached, the data stack is reused through `mrb_realloc()`. Previously, it was not necessary to take into account that `c->cibase` could be `NULL`. Note that this is no longer the case due to this patch. In fact, changes to "mruby-fiber" are now required.