mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-02-03 09:44:26 -05:00
might be null..
This commit is contained in:
parent
d7ef86ae10
commit
df33751f9e
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user