Actually fix previous commit
This commit is contained in:
parent
b50d70dcaa
commit
1e7e1a03d7
1 changed files with 3 additions and 0 deletions
|
@ -8648,7 +8648,10 @@ void filesys_cleanup(void)
|
||||||
free_mountinfo();
|
free_mountinfo();
|
||||||
destroy_comm_pipe(&shellexecute_pipe);
|
destroy_comm_pipe(&shellexecute_pipe);
|
||||||
if (singlethread_int_sem != nullptr)
|
if (singlethread_int_sem != nullptr)
|
||||||
|
{
|
||||||
uae_sem_destroy(&singlethread_int_sem);
|
uae_sem_destroy(&singlethread_int_sem);
|
||||||
|
singlethread_int_sem == nullptr;
|
||||||
|
}
|
||||||
shell_execute_data = 0;
|
shell_execute_data = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue