rarch_main_data_thread_init - cleanup

This commit is contained in:
twinaphex 2015-04-10 23:22:57 +02:00
parent c9986f871d
commit 64e3e40bb6

View File

@ -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