mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
[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:
parent
a9dcc28ffb
commit
a8a2ee2151
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@ VfatCloseFile(
|
|||
FileObject->FsContext2 = NULL;
|
||||
FileObject->FsContext = NULL;
|
||||
FileObject->SectionObjectPointer = NULL;
|
||||
DeviceExt->OpenHandleCount--;
|
||||
|
||||
if (pCcb)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue