mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
AudioOutput: fixed core dump on program exit
This commit is contained in:
@@ -28,6 +28,8 @@ DSPEngine::DSPEngine() :
|
||||
|
||||
DSPEngine::~DSPEngine()
|
||||
{
|
||||
m_audioOutput.setOnExit(true);
|
||||
|
||||
std::vector<DSPDeviceSourceEngine*>::iterator it = m_deviceEngines.begin();
|
||||
|
||||
while (it != m_deviceEngines.end())
|
||||
|
||||
Reference in New Issue
Block a user