mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-29 05:22:25 -04:00
Fix WFM mod: remove feedback sink
This commit is contained in:
parent
a99082bda9
commit
ac00e5b46b
@ -48,6 +48,7 @@ WFMModBaseband::WFMModBaseband()
|
|||||||
|
|
||||||
WFMModBaseband::~WFMModBaseband()
|
WFMModBaseband::~WFMModBaseband()
|
||||||
{
|
{
|
||||||
|
DSPEngine::instance()->getAudioDeviceManager()->removeAudioSink(m_source.getFeedbackAudioFifo());
|
||||||
DSPEngine::instance()->getAudioDeviceManager()->removeAudioSource(m_source.getAudioFifo());
|
DSPEngine::instance()->getAudioDeviceManager()->removeAudioSource(m_source.getAudioFifo());
|
||||||
delete m_channelizer;
|
delete m_channelizer;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user