Skip to content

Commit

Permalink
fixed a big oopsie.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonomango committed Jun 19, 2022
1 parent c9fd80b commit 3fab2bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hv/hv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@ bool start() {
KeRevertToUserAffinityThreadEx(orig_affinity);
}

ExFreePoolWithTag(ghv.vcpus, 'fr0g');

return true;
}

Expand Down Expand Up @@ -160,6 +158,8 @@ void stop() {

KeRevertToUserAffinityThreadEx(orig_affinity);
}

ExFreePoolWithTag(ghv.vcpus, 'fr0g');
}

} // namespace hv
Expand Down

0 comments on commit 3fab2bf

Please sign in to comment.