mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
da75e4b049
The purpose is to avoid using the `MRB_TT_CPTR` object. The reasons are as follows: - The `MRB_WORD_BOXING` setting involves object creation. - If object creation fails, the `ary_set_t` data leaks memory.