mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
[NPFS]
PATCH: Arty's fixes based on CMake branch testing. Just the NPFS code. See issue #6103 for more details. svn path=/trunk/; revision=51320
This commit is contained in:
@@ -937,10 +937,10 @@ NpfsClose(PDEVICE_OBJECT DeviceObject,
|
||||
if (IsListEmpty(&Fcb->ServerCcbListHead) &&
|
||||
IsListEmpty(&Fcb->ClientCcbListHead))
|
||||
{
|
||||
RtlFreeUnicodeString(&Fcb->PipeName);
|
||||
KeLockMutex(&Vcb->PipeListLock);
|
||||
RemoveEntryList(&Fcb->PipeListEntry);
|
||||
KeUnlockMutex(&Vcb->PipeListLock);
|
||||
RtlFreeUnicodeString(&Fcb->PipeName);
|
||||
ExFreePool(Fcb);
|
||||
FileObject->FsContext = NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user