[ros-diffs] [hbirr] 20762: Release the dispatcher lock after KiUnblockThread.

hbirr at svn.reactos.org hbirr at svn.reactos.org
Tue Jan 10 01:01:51 CET 2006


Release the dispatcher lock after KiUnblockThread.
Modified: trunk/reactos/ntoskrnl/ke/gate.c
  _____  

Modified: trunk/reactos/ntoskrnl/ke/gate.c
--- trunk/reactos/ntoskrnl/ke/gate.c	2006-01-10 00:00:14 UTC (rev
20761)
+++ trunk/reactos/ntoskrnl/ke/gate.c	2006-01-10 00:01:32 UTC (rev
20762)
@@ -138,7 +138,6 @@

     /* Reschedule the Thread */
     DPRINT("Unblocking the Thread\n");
     KiUnblockThread(WaitThread, &WaitStatus, EVENT_INCREMENT);
-    return;
 
 quit:
     /* Release the Dispatcher Database Lock */
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20060110/db499ec2/attachment.html


More information about the Ros-diffs mailing list