mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[NTOSKRNL] Yet another ASSERT...
CORE-14285
This commit is contained in:
parent
8dc4ac3692
commit
41792c517e
1 changed files with 1 additions and 0 deletions
|
@ -696,6 +696,7 @@ CcRosUnmapVacb (
|
|||
CcRosMarkDirtyVacb(Vacb);
|
||||
}
|
||||
|
||||
ASSERT(Vacb->MappedCount != 0);
|
||||
Vacb->MappedCount--;
|
||||
|
||||
CcRosVacbDecRefCount(Vacb);
|
||||
|
|
Loading…
Reference in a new issue