mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-20 19:13:56 +00: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