[FASTFAT] Fix a handle count leak on volume close. This can prevent locking a volume!

This commit is contained in:
Pierre Schweitzer 2017-12-17 18:20:04 +01:00
parent 27773dbb3f
commit de03686148
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B

View file

@ -41,6 +41,7 @@ VfatCleanupFile(
if (IsVolume)
{
pFcb->OpenHandleCount--;
DeviceExt->OpenHandleCount--;
if (pFcb->OpenHandleCount != 0)
{