Update NTOSKRNL/CC/ccloghandler.cpp

This commit is contained in:
Dibyamartanda Samanta 2024-05-17 17:55:18 +02:00
parent 36cd225c02
commit 3af1178f6d

View File

@ -131,7 +131,7 @@ CcGetDirtyPages(IN PVOID LogHandle,
/*Decrement the OpenCount and DirtyPages*/ /*Decrement the OpenCount and DirtyPages*/
SharedCacheMap->OpenCount--; SharedCacheMap->OpenCount--;
SharedCacheMap->DirtyPages--; SharedCacheMap->DirtyPages--;
KeReleaseQueuedSpinLock(LockQueueMasterLock,OldIrql); KeReleaseQueuedSpinLock(LockQueueMasterLock,OldIrql);
} }
} }