Index: src/VBox/HostDrivers/Support/win/SUPHardenedVerifyProcess-win.cpp
===================================================================
--- src/VBox/HostDrivers/Support/win/SUPHardenedVerifyProcess-win.cpp	(revision 62267)
+++ src/VBox/HostDrivers/Support/win/SUPHardenedVerifyProcess-win.cpp	(working copy)
@@ -1444,6 +1444,7 @@
             break;
         if (pMemInfo->AllocationBase != MemInfo2.AllocationBase)
             break;
+        cbFree += MemInfo2.RegionSize;
     }
     SUP_DPRINTF(("supHardNtVpFreeOrReplacePrivateExecMemory: %s exec mem at %p (LB %#zx, %p LB %#zx)\n",
                  pThis->fFlags & SUPHARDNTVP_F_EXEC_ALLOC_REPLACE_WITH_RW ? "Replacing" : "Freeing",
