From ac00e5b46b7877550c75f0c3061b172ac2736e92 Mon Sep 17 00:00:00 2001 From: mxi-box Date: Thu, 30 May 2024 21:21:03 +0800 Subject: [PATCH] Fix WFM mod: remove feedback sink --- plugins/channeltx/modwfm/wfmmodbaseband.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/channeltx/modwfm/wfmmodbaseband.cpp b/plugins/channeltx/modwfm/wfmmodbaseband.cpp index 5ac75bd29..c8019d6f1 100644 --- a/plugins/channeltx/modwfm/wfmmodbaseband.cpp +++ b/plugins/channeltx/modwfm/wfmmodbaseband.cpp @@ -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; }