don't remove mutants twice from the thread's mutant list in KeRundownThread(). This might fix bug 821

svn path=/trunk/; revision=18179
This commit is contained in:
Thomas Bluemel 2005-09-30 22:00:30 +00:00
parent 1e9a5c2f05
commit 133cd71ba8

View file

@ -476,7 +476,6 @@ KeRundownThread(VOID)
Mutant->Header.SignalState = 1; Mutant->Header.SignalState = 1;
Mutant->Abandoned = TRUE; Mutant->Abandoned = TRUE;
Mutant->OwnerThread = NULL; Mutant->OwnerThread = NULL;
RemoveEntryList(&Mutant->MutantListEntry);
/* Check if the Wait List isn't empty */ /* Check if the Wait List isn't empty */
DPRINT("Checking whether to wake the Mutant\n"); DPRINT("Checking whether to wake the Mutant\n");