summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/kernel.cpp
diff options
context:
space:
mode:
authorGravatar Lioncash2019-06-12 16:09:57 -0400
committerGravatar Lioncash2019-06-12 16:10:00 -0400
commit0af3b4d9f4f83ed5d785fa4a6bbceb3f14999944 (patch)
tree405275dc723156f20aac0afbce15b926bb8806a2 /src/core/hle/kernel/kernel.cpp
parentMerge pull request #2578 from lioncash/cnmt (diff)
downloadyuzu-0af3b4d9f4f83ed5d785fa4a6bbceb3f14999944.tar.gz
yuzu-0af3b4d9f4f83ed5d785fa4a6bbceb3f14999944.tar.xz
yuzu-0af3b4d9f4f83ed5d785fa4a6bbceb3f14999944.zip
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.
Diffstat (limited to 'src/core/hle/kernel/kernel.cpp')
0 files changed, 0 insertions, 0 deletions