mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 13:16:07 +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);
|
CcRosMarkDirtyVacb(Vacb);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ASSERT(Vacb->MappedCount != 0);
|
||||||
Vacb->MappedCount--;
|
Vacb->MappedCount--;
|
||||||
|
|
||||||
CcRosVacbDecRefCount(Vacb);
|
CcRosVacbDecRefCount(Vacb);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue