mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 08:05:43 +00:00
- Don't dereference the debug object when we are supposed to reference it
svn path=/trunk/; revision=36237
This commit is contained in:
parent
73669f0581
commit
039d340316
1 changed files with 1 additions and 1 deletions
|
@ -1262,7 +1262,7 @@ ThreadScan:
|
|||
PSF_NO_DEBUG_INHERIT_BIT | PSF_CREATE_REPORTED_BIT);
|
||||
|
||||
/* Reference the debug object */
|
||||
ObDereferenceObject(DebugObject);
|
||||
ObReferenceObject(DebugObject);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue