mirror of https://git.suyu.dev/suyu/suyu
kernel/vm_manager: Remove redundant Reset call in destructor
This is performing more work than would otherwise be necessary during VMManager's destruction. All we actually want to occur in this scenario is for any allocated memory to be freed, which will happen automatically as the VMManager instance goes out of scope. Anything else being done is simply unnecessary work.merge-requests/60/head
parent
7e2bcf04b4
commit
0af3b4d9f4
Loading…
Reference in New Issue