mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-26 17:58:43 -05:00
Multi device support: fixed core dump (seg fault) brutally by commenting out failing instruction (disconnect)
This commit is contained in:
parent
1c9b4ef1c9
commit
e935716568
@ -479,10 +479,10 @@ void DSPDeviceEngine::handleSetSource(SampleSource* source)
|
||||
{
|
||||
gotoIdle();
|
||||
|
||||
if(m_sampleSource != 0)
|
||||
{
|
||||
disconnect(m_sampleSource->getSampleFifo(), SIGNAL(dataReady()), this, SLOT(handleData()));
|
||||
}
|
||||
// if(m_sampleSource != 0)
|
||||
// {
|
||||
// disconnect(m_sampleSource->getSampleFifo(), SIGNAL(dataReady()), this, SLOT(handleData()));
|
||||
// }
|
||||
|
||||
m_sampleSource = source;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user