diff --git a/NTOSKRNL/CC/ccloghandler.cpp b/NTOSKRNL/CC/ccloghandler.cpp index 588b919..ce963d0 100644 --- a/NTOSKRNL/CC/ccloghandler.cpp +++ b/NTOSKRNL/CC/ccloghandler.cpp @@ -131,7 +131,7 @@ CcGetDirtyPages(IN PVOID LogHandle, /*Decrement the OpenCount and DirtyPages*/ SharedCacheMap->OpenCount--; SharedCacheMap->DirtyPages--; - KeReleaseQueuedSpinLock(LockQueueMasterLock,OldIrql); + KeReleaseQueuedSpinLock(LockQueueMasterLock,OldIrql); } }