mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
Release the dispatcher lock after KiUnblockThread.
svn path=/trunk/; revision=20762
This commit is contained in:
@@ -138,7 +138,6 @@ KeSignalGateBoostPriority(PKGATE Gate)
|
||||
/* Reschedule the Thread */
|
||||
DPRINT("Unblocking the Thread\n");
|
||||
KiUnblockThread(WaitThread, &WaitStatus, EVENT_INCREMENT);
|
||||
return;
|
||||
|
||||
quit:
|
||||
/* Release the Dispatcher Database Lock */
|
||||
|
||||
Reference in New Issue
Block a user