mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
c61a3955d5c4978e792dc160f7024a08caa99a4b
count when checking whether the object should be retained. This fixes a race whereby one thread decrements the value to one, another thread come in and decrements the value to zero and starts the delete, the first thread then comes back, does retention checks and finds the reference count is now zero and then bugchecks because the object is already being deleted. svn path=/trunk/; revision=8658
Description
A free Windows-compatible Operating System
528 MiB
Languages
C
86.9%
C++
10.7%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.4%