mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-20 10:08:47 +00:00
We can't unref an object to destruction while there's still a live RefPtr to the object, otherwise the RefPtr destructor will try to destroy it again, accessing the refcount of a destroyed object (before realizing that oops! the object is already dead)
4.0 KiB
4.0 KiB