mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
4295a8c560
If pre-allocate object is modified (e.g. singleton class added) in certain timing, some objects may be swept even if it's alive. The problem was reported by Denis Kasak via private communication.