Skip to content

Commit

Permalink
Fix WFM mod: remove feedback sink
Browse files Browse the repository at this point in the history
  • Loading branch information
mxi-box committed May 30, 2024
1 parent a99082b commit ac00e5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/channeltx/modwfm/wfmmodbaseband.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit ac00e5b

Please sign in to comment.