mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-08 16:12:23 +02:00
We previously stored the Window object in a global RefPtr (for no apparent reason). This led to a use-after-free bug in the Window's destructor when HackStudio was exited via the Quit action (Exiting by closing the window did not trigger this bug).