mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
[NTOS:EX]
- Don't leak process reference in NtFlushInstructionCache. Spotted by Stefan svn path=/trunk/; revision=68881
This commit is contained in:
@@ -2605,6 +2605,7 @@ NtFlushInstructionCache(
|
||||
{
|
||||
/* Detach from the process */
|
||||
KeUnstackDetachProcess(&ApcState);
|
||||
ObDereferenceObject(Process);
|
||||
}
|
||||
|
||||
return STATUS_SUCCESS;
|
||||
|
||||
Reference in New Issue
Block a user