From a8a2ee2151863653ec423e9d46e286b43a44220a Mon Sep 17 00:00:00 2001 From: Pierre Schweitzer Date: Wed, 6 Sep 2017 11:49:30 +0000 Subject: [PATCH] [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 --- reactos/drivers/filesystems/fastfat/close.c | 1 - 1 file changed, 1 deletion(-) diff --git a/reactos/drivers/filesystems/fastfat/close.c b/reactos/drivers/filesystems/fastfat/close.c index 1019111b94c..10d40bde40f 100644 --- a/reactos/drivers/filesystems/fastfat/close.c +++ b/reactos/drivers/filesystems/fastfat/close.c @@ -52,7 +52,6 @@ VfatCloseFile( FileObject->FsContext2 = NULL; FileObject->FsContext = NULL; FileObject->SectionObjectPointer = NULL; - DeviceExt->OpenHandleCount--; if (pCcb) {