core: hle: kernel: k_thread: Ensure host Fiber is freed.
This commit is contained in:
parent
4aa9e8543d
commit
84ced13966
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…
Add table
Add a link
Reference in a new issue