mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-09-05 14:47:52 -04:00
might be null..
This commit is contained in:
parent
d7ef86ae10
commit
df33751f9e
@ -393,7 +393,7 @@ void AudioThread::run() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Drain any remaining inputs
|
// Drain any remaining inputs
|
||||||
while (!inputQueue->empty()) {
|
if (inputQueue) while (!inputQueue->empty()) {
|
||||||
AudioThreadInput *ref;
|
AudioThreadInput *ref;
|
||||||
inputQueue->pop(ref);
|
inputQueue->pop(ref);
|
||||||
if (ref) {
|
if (ref) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user