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

pull/8/head
bunnei 3 years ago
parent ed67e1dd10
commit 4a28d8cebb

@ -326,6 +326,9 @@ void KThread::Finalize() {
}
}
// Release host emulation members.
host_context.reset();
// Perform inherited finalization.
KSynchronizationObject::Finalize();
}

Loading…
Cancel
Save