mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[Win32k]
- Fix crash in msg test_interthread_message test. Noticed it once and not sure how to track it. svn path=/trunk/; revision=51282
This commit is contained in:
@@ -407,6 +407,11 @@ UserDereferenceObject(PVOID object)
|
||||
{
|
||||
entry = handle_to_entry(gHandleTable, ((PHEAD)object)->h );
|
||||
|
||||
if (!entry)
|
||||
{
|
||||
DPRINT1("warning! Dereference Object without ENTRY! Obj -> 0x%x\n", object);
|
||||
return FALSE;
|
||||
}
|
||||
DPRINT("warning! Dereference to zero! Obj -> 0x%x\n", object);
|
||||
|
||||
((PHEAD)object)->cLockObj = 0;
|
||||
|
||||
Reference in New Issue
Block a user