(PC) Fix main build - would no longer compile

This commit is contained in:
twinaphex 2013-04-07 23:22:12 +02:00
parent b7fd0e997b
commit d403a844e3

View File

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