mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
rarch_main_data_thread_init - cleanup
This commit is contained in:
parent
c9986f871d
commit
64e3e40bb6
1 changed files with 0 additions and 4 deletions
|
@ -959,10 +959,6 @@ error:
|
|||
slock_free(data_runloop->cond_lock);
|
||||
slock_free(data_runloop->overlay_lock);
|
||||
scond_free(data_runloop->cond);
|
||||
|
||||
if (data_runloop->thread)
|
||||
sthread_join(data_runloop->thread);
|
||||
data_runloop->thread = NULL;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue