might be null..

This commit is contained in:
Charles J. Cliffe 2016-06-08 21:48:10 -04:00
parent d7ef86ae10
commit df33751f9e
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ void AudioThread::run() {
}
// Drain any remaining inputs
while (!inputQueue->empty()) {
if (inputQueue) while (!inputQueue->empty()) {
AudioThreadInput *ref;
inputQueue->pop(ref);
if (ref) {