IEEE802.15.4 mod: fixed IEEE_802_15_4_Mod double delete in GUI

pull/671/head
f4exb 2020-10-10 05:04:01 +02:00
rodzic 79e0d9c838
commit 5c38560fc3
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -424,7 +424,6 @@ IEEE_802_15_4_ModGUI::IEEE_802_15_4_ModGUI(PluginAPI* pluginAPI, DeviceUISet *de
IEEE_802_15_4_ModGUI::~IEEE_802_15_4_ModGUI()
{
delete m_IEEE_802_15_4_Mod; // TODO: check this: when the GUI closes it has to delete the modulator
delete m_scopeVis;
delete ui;
}