[NTOSKRNL] Yet another ASSERT...

CORE-14285
This commit is contained in:
Pierre Schweitzer 2018-02-04 22:02:27 +01:00
parent 8dc4ac3692
commit 41792c517e
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B

View file

@ -696,6 +696,7 @@ CcRosUnmapVacb (
CcRosMarkDirtyVacb(Vacb);
}
ASSERT(Vacb->MappedCount != 0);
Vacb->MappedCount--;
CcRosVacbDecRefCount(Vacb);