rarch_main_data_thread_init - cleanup
This commit is contained in:
parent
c9986f871d
commit
64e3e40bb6
|
@ -959,10 +959,6 @@ error:
|
||||||
slock_free(data_runloop->cond_lock);
|
slock_free(data_runloop->cond_lock);
|
||||||
slock_free(data_runloop->overlay_lock);
|
slock_free(data_runloop->overlay_lock);
|
||||||
scond_free(data_runloop->cond);
|
scond_free(data_runloop->cond);
|
||||||
|
|
||||||
if (data_runloop->thread)
|
|
||||||
sthread_join(data_runloop->thread);
|
|
||||||
data_runloop->thread = NULL;
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue