Files
ladybird/AK/Tests/TestNonnullRefPtr.cpp
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

722 B