1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-21 04:16:34 -04:00

Fix WFM mod: remove feedback sink

This commit is contained in:
mxi-box 2024-05-30 21:21:03 +08:00
parent a99082bda9
commit ac00e5b46b

View File

@ -48,6 +48,7 @@ WFMModBaseband::WFMModBaseband()
WFMModBaseband::~WFMModBaseband()
{
DSPEngine::instance()->getAudioDeviceManager()->removeAudioSink(m_source.getFeedbackAudioFifo());
DSPEngine::instance()->getAudioDeviceManager()->removeAudioSource(m_source.getAudioFifo());
delete m_channelizer;
}