1
0
mirror of https://github.com/momo5502/hypervisor.git synced 2025-07-05 10:41:50 +00:00

Prepare ept hooking

This commit is contained in:
momo5502
2022-04-12 20:05:51 +02:00
parent c7e29af2b5
commit dfa1172f34
9 changed files with 84 additions and 13 deletions

View File

@ -1094,7 +1094,7 @@ void hypervisor::free_vm_states()
for (auto i = 0u; i < this->vm_state_count_; ++i)
{
memory::free_aligned_memory(this->vm_states_[i]);
memory::free_aligned_object(this->vm_states_[i]);
}
delete[] this->vm_states_;