mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +00:00
[FASTFAT]
- VfatCleanupFile: do not dereference the FCB when closing the volume file object. ObDereferenceObject already causes an IRP_MJ_CLOSE request to be sent, which dereferences the FCB. CORE-8733 #resolve svn path=/trunk/; revision=65269
This commit is contained in:
parent
b637c49e6a
commit
b708ab01e9
1 changed files with 0 additions and 1 deletions
|
@ -92,7 +92,6 @@ VfatCleanupFile(
|
|||
pFcb->FileObject = NULL;
|
||||
CcUninitializeCacheMap(tmpFileObject, NULL, NULL);
|
||||
ObDereferenceObject(tmpFileObject);
|
||||
vfatReleaseFCB(IrpContext->DeviceExt, pFcb);
|
||||
}
|
||||
|
||||
CcPurgeCacheSection(FileObject->SectionObjectPointer, NULL, 0, FALSE);
|
||||
|
|
Loading…
Reference in a new issue