Leak In ResourceHandle
Opened this issue · 0 comments
cwfitzgerald commented
https://github.com/BVE-Reborn/rend3/blob/trunk/rend3-types/src/lib.rs#L94-L96
Can leak if the drop impl run at exactly the same time on two threads. Both sides will see a strong count of 2 and not create a destroy.