diff --git a/sdrbase/dsp/dspdeviceengine.cpp b/sdrbase/dsp/dspdeviceengine.cpp index 257b77102..d66c9637c 100644 --- a/sdrbase/dsp/dspdeviceengine.cpp +++ b/sdrbase/dsp/dspdeviceengine.cpp @@ -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;