mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 21:38:43 +00:00
A free Windows-compatible Operating System - mirrored from GitHub
366d8d52e3
Do not ASSERT that the object is not exclusively locked in GDIOBJ_vDereferenceObject. The idea behind this was to easily detect cases where someone would accidentally dereference an object, instead of unlocking it. But this function is used from other functions, that can definately deal with exclusively locked objects. Changing this would leat to code duplication / more complex code. Forgetting to unlock an object will still be detected by the kernel, when returning to user mode, since APC would still be disabled. Should fix failed assertion when running dx9 setup. svn path=/trunk/; revision=56525 |
||
---|---|---|
reactos | ||
rosapps | ||
rostests | ||
wallpaper |