mirror of
https://github.com/reactos/reactos.git
synced 2025-05-04 05:03:22 +00:00
[FASTFAT] Fix a handle count leak on volume close. This can prevent locking a volume!
This commit is contained in:
parent
27773dbb3f
commit
de03686148
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ VfatCleanupFile(
|
|||
if (IsVolume)
|
||||
{
|
||||
pFcb->OpenHandleCount--;
|
||||
DeviceExt->OpenHandleCount--;
|
||||
|
||||
if (pFcb->OpenHandleCount != 0)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue