mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
7ab6386cc6
Set `env->cxt` to `NULL` when it is detached from the call frame. In other words, we can determine if `env->cxt` is `NULL` or not. Also, `mruby-binding` had been setting `env->cxt` unnecessarily, so this has been fixed.