mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
ab249864cc
Previously only the first match was removed, leaking duplicate entries when the same object was registered multiple times. Use two-pointer compaction for O(N) removal. Fixes #6760. Co-authored-by: Claude <noreply@anthropic.com>