mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-09-03 13:47:50 -04:00
Multi device support: fixed core dump (seg fault) brutally by commenting out failing instruction (AudioOutput destruction of QAudioOutput)
This commit is contained in:
parent
2f6db428bc
commit
c16aea9baf
@ -122,7 +122,7 @@ void AudioOutput::stop()
|
|||||||
if (m_audioUsageCount == 0)
|
if (m_audioUsageCount == 0)
|
||||||
{
|
{
|
||||||
QIODevice::close();
|
QIODevice::close();
|
||||||
delete m_audioOutput;
|
// delete m_audioOutput;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user