fix bad pol

This commit is contained in:
lhodges1 2024-01-02 04:58:18 +11:00
parent 1e2e41f76e
commit d0f68b1fbb

View file

@ -2077,6 +2077,7 @@ SystemModuleVerificationDispatcher()
{
DEBUG_VERBOSE("System modules integrity check complete. Freeing items.");
context->active = FALSE;
context->complete = FALSE;
FreeModuleVerificationItems(context);
FreeWorkItems(context);
return STATUS_SUCCESS;
@ -2093,6 +2094,7 @@ SystemModuleVerificationDispatcher()
DEBUG_ERROR(
"InitialiseSystemModuleVerificationContext failed with status %x",
status);
return status;
}
}