mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-05 04:49:59 +00:00
core: hle: kernel: k_thread: Ensure host Fiber is freed.
This commit is contained in:
parent
ed67e1dd10
commit
4a28d8cebb
1 changed files with 3 additions and 0 deletions
|
@ -326,6 +326,9 @@ void KThread::Finalize() {
|
|||
}
|
||||
}
|
||||
|
||||
// Release host emulation members.
|
||||
host_context.reset();
|
||||
|
||||
// Perform inherited finalization.
|
||||
KSynchronizationObject::Finalize();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue