opensl: Build fix for removed empty_convar.

This commit is contained in:
Matthew Gregan 2016-11-18 18:23:12 +13:00
Родитель 023503faf8
Коммит 9541ff2ce2
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -45,7 +45,6 @@ void array_queue_destroy(array_queue * aq)
free(aq->buf);
pthread_mutex_destroy(&aq->mutex);
pthread_cond_destroy(&aq->empty_convar);
free(aq);
}