[ros-diffs] [hbirr] 20761: Don't remove the WaitEntry twice (in KiInsertQueue).

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


Don't remove the WaitEntry twice (in KiInsertQueue).
Modified: trunk/reactos/ntoskrnl/ke/queue.c
  _____  

Modified: trunk/reactos/ntoskrnl/ke/queue.c
--- trunk/reactos/ntoskrnl/ke/queue.c	2006-01-09 23:58:25 UTC (rev
20760)
+++ trunk/reactos/ntoskrnl/ke/queue.c	2006-01-10 00:00:14 UTC (rev
20761)
@@ -470,9 +470,6 @@

         Queue->CurrentCount++;
         Thread->WaitStatus = (NTSTATUS)Entry;
 
-        /* Remove the thread from its wait list */
-        RemoveEntryList(&Thread->WaitListEntry);
-
         /* Check if there's a Thread Timer */
         if (Thread->Timer.Header.Inserted)
         {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20060110/33ef8601/attachment.html


More information about the Ros-diffs mailing list