1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

Delete Feature in FeatureUISet

This commit is contained in:
f4exb
2020-10-04 10:30:49 +02:00
parent b1c9a35dcb
commit e9a32528d7
4 changed files with 10 additions and 7 deletions
@@ -145,7 +145,6 @@ RigCtlServerGUI::RigCtlServerGUI(PluginAPI* pluginAPI, FeatureUISet *featureUISe
RigCtlServerGUI::~RigCtlServerGUI()
{
delete m_rigCtlServer; // When the GUI closes it has to delete the demodulator because it can be done with (x)
delete ui;
}