mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
Do not forget to release the rundown protection.
See issue #2348 for more details. svn path=/trunk/; revision=29122
This commit is contained in:
parent
08bf20fb83
commit
3a469030ac
1 changed files with 1 additions and 0 deletions
|
@ -916,6 +916,7 @@ NtSetInformationThread(IN HANDLE ThreadHandle,
|
|||
/* Release the lock and rundown */
|
||||
ExReleasePushLockShared(&Process->ProcessLock);
|
||||
KeLeaveCriticalRegion();
|
||||
ExReleaseRundownProtection(&Process->RundownProtect);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue