This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-04-05 20:25:04 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3,927
Commits
1
Branch
0
Tags
d88c40568f43361ba153d998000598aec2f640fb
Commit Graph
1 Commits
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