mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 00:39:53 +00:00
(PC) Fix main build - would no longer compile
This commit is contained in:
parent
b7fd0e997b
commit
d403a844e3
@ -529,7 +529,9 @@ static void thread_free(void *data)
|
||||
thread_wait_reply(thr, CMD_FREE);
|
||||
sthread_join(thr->thread);
|
||||
|
||||
#if defined(HAVE_RGUI) || defined(HAVE_RMENU)
|
||||
free(thr->texture.frame);
|
||||
#endif
|
||||
free(thr->frame.buffer);
|
||||
slock_free(thr->frame.lock);
|
||||
slock_free(thr->lock);
|
||||
|
Loading…
x
Reference in New Issue
Block a user