[FASTFAT]

Don't decrease the open handle count too much (in cleanup & close). This avoid overflow and allows correct openings count

svn path=/trunk/; revision=75772
This commit is contained in:
Pierre Schweitzer 2017-09-06 11:49:30 +00:00
parent a9dcc28ffb
commit a8a2ee2151

View file

@ -52,7 +52,6 @@ VfatCloseFile(
FileObject->FsContext2 = NULL;
FileObject->FsContext = NULL;
FileObject->SectionObjectPointer = NULL;
DeviceExt->OpenHandleCount--;
if (pCcb)
{