diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/hle/kernel/k_thread.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/kernel/k_thread.cpp b/src/core/hle/kernel/k_thread.cpp index de3ffe0c7..736f39e91 100644 --- a/src/core/hle/kernel/k_thread.cpp +++ b/src/core/hle/kernel/k_thread.cpp | |||
| @@ -326,6 +326,9 @@ void KThread::Finalize() { | |||
| 326 | } | 326 | } |
| 327 | } | 327 | } |
| 328 | 328 | ||
| 329 | // Release host emulation members. | ||
| 330 | host_context.reset(); | ||
| 331 | |||
| 329 | // Perform inherited finalization. | 332 | // Perform inherited finalization. |
| 330 | KSynchronizationObject::Finalize(); | 333 | KSynchronizationObject::Finalize(); |
| 331 | } | 334 | } |