Fixed dangling imemo_tmpbuf
The count of rb_alloc_tmp_buffer_with_count is the allocation size counted in VALUE size but not in the requested element size.
Co-authored-by: Yusuke Endoh mame@ruby-lang.org Co-authored-by: Koichi Sasada ko1@atdot.net
Fixed dangling imemo_tmpbuf
The count of rb_alloc_tmp_buffer_with_count is the allocation size
counted in VALUE size but not in the requested element size.
Co-authored-by: Yusuke Endoh mame@ruby-lang.org
Co-authored-by: Koichi Sasada ko1@atdot.net