mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
Calling the usual rb_iclass_classext_free() causes SEGV because duplicating a newer classext of iclass had set the reference from superclass to the newer classext, but calling rb_iclass_classext_free() deletes it.