SSB modulator: fixed issue #167: typo in remove Tx registration method

This commit is contained in:
f4exb 2018-05-03 00:28:27 +02:00
parent 17aa15c4d0
commit 359af254f0
1 changed files with 1 additions and 1 deletions

View File

@ -459,7 +459,7 @@ SSBModGUI::SSBModGUI(PluginAPI* pluginAPI, DeviceUISet *deviceUISet, BasebandSam
SSBModGUI::~SSBModGUI()
{
m_deviceUISet->removeRxChannelInstance(this);
m_deviceUISet->removeTxChannelInstance(this);
delete m_ssbMod; // TODO: check this: when the GUI closes it has to delete the modulator
delete m_spectrumVis;
delete ui;