1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-18 02:42:06 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Andreas Kling
6db879ee66 AK: Fix ref leak in NonnullRefPtr::operator=(T&).
We would leak a ref when assigning a T& to a NonnullRefPtr that already
contains that same T.
2019-08-02 11:35:05 +02:00