This commit is contained in:
twinaphex 2017-05-21 10:37:39 +02:00
parent e5059a237a
commit 3ad2d593fb

View File

@ -257,9 +257,6 @@ static void retroarch_msg_queue_deinit(void)
#ifdef HAVE_THREADS
slock_unlock(_runloop_msg_queue_lock);
#endif
#ifdef HAVE_THREADS
slock_free(_runloop_msg_queue_lock);
_runloop_msg_queue_lock = NULL;
#endif