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 [email protected] Co-authored-by: Koichi Sasada [email protected]
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 [email protected]
Co-authored-by: Koichi Sasada [email protected]