mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-26 12:47:37 +00:00
Should hopefully fix issues
This commit is contained in:
parent
c8349862e1
commit
6a9fb1186d
@ -99,7 +99,7 @@ static void *thread_wrap(void *data_)
|
||||
struct thread_data *data = (struct thread_data*)data_;
|
||||
if (!data)
|
||||
return 0;
|
||||
if (data->func && data->userdata)
|
||||
if (data->func)
|
||||
data->func(data->userdata);
|
||||
free(data);
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user