mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 06:22:28 -05:00
core: hle: kernel: k_thread: Ensure host Fiber is freed.
This commit is contained in:
@ -326,6 +326,9 @@ void KThread::Finalize() {
|
||||
}
|
||||
}
|
||||
|
||||
// Release host emulation members.
|
||||
host_context.reset();
|
||||
|
||||
// Perform inherited finalization.
|
||||
KSynchronizationObject::Finalize();
|
||||
}
|
||||
|
Reference in New Issue
Block a user