mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Don't remove the WaitEntry twice (in KiInsertQueue).
svn path=/trunk/; revision=20761
This commit is contained in:
parent
30ed70a62f
commit
955a80297f
1 changed files with 0 additions and 3 deletions
|
@ -470,9 +470,6 @@ KiInsertQueue(IN PKQUEUE Queue,
|
|||
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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue