Skip to content
Snippets Groups Projects
Commit 4a28d8ce authored by bunnei's avatar bunnei
Browse files

core: hle: kernel: k_thread: Ensure host Fiber is freed.

parent ed67e1dd
No related branches found
No related tags found
No related merge requests found
...@@ -326,6 +326,9 @@ void KThread::Finalize() { ...@@ -326,6 +326,9 @@ void KThread::Finalize() {
} }
} }
// Release host emulation members.
host_context.reset();
// Perform inherited finalization. // Perform inherited finalization.
KSynchronizationObject::Finalize(); KSynchronizationObject::Finalize();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment