зеркало из https://github.com/mozilla/cubeb.git
opensl: Build fix for removed empty_convar.
This commit is contained in:
Родитель
023503faf8
Коммит
9541ff2ce2
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче