mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-17 20:17:59 -05:00
Thread: Release the ARM Interface on exitting.
This commit is contained in:
@ -69,6 +69,8 @@ void Thread::Stop() {
|
||||
// Mark the TLS slot in the thread's page as free.
|
||||
owner_process->FreeTLSRegion(tls_address);
|
||||
}
|
||||
arm_interface.reset();
|
||||
has_exited = true;
|
||||
}
|
||||
global_handle = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user