mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 08:32:04 +02:00
As Vector<T> will relocate objects to resize, we cannot assume that the address of a specific LocalFrame will stay constant, or that the reference will not be dangling to begin with. Fixes an assertion that fires when a frame push causes the Vector to reallocate.
52 KiB
52 KiB