This commit is contained in:
radius 2015-08-31 21:20:57 -05:00
parent b42af6404f
commit 9bb97e42e0

View File

@ -71,7 +71,6 @@ static void *ui_companion_qt_init(void)
handle->lock = slock_new(); handle->lock = slock_new();
handle->thread = sthread_create(qt_thread, handle); handle->thread = sthread_create(qt_thread, handle);
if (!handle->thread) if (!handle->thread)
{ {
slock_free(handle->lock); slock_free(handle->lock);
@ -87,7 +86,6 @@ static int ui_companion_qt_iterate(void *data, unsigned action)
(void)data; (void)data;
(void)action; (void)action;
fflush(stdout); fflush(stdout);
return 0; return 0;
} }