mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
don't release the pipe list lock twice in case of a canceled read operation
svn path=/trunk/; revision=20932
This commit is contained in:
parent
2d01a7cf65
commit
3a3a12d3be
1 changed files with 0 additions and 1 deletions
|
@ -182,7 +182,6 @@ NpfsWaiterThread(PVOID InitContext)
|
|||
ThreadContext->Count++;
|
||||
ThreadContext->DeviceExt->EmptyWaiterCount--;
|
||||
}
|
||||
KeUnlockMutex(&ThreadContext->DeviceExt->PipeListLock);
|
||||
break;
|
||||
default:
|
||||
KEBUGCHECK(0);
|
||||
|
|
Loading…
Reference in a new issue