From 5c38560fc3370204344b425d79a989a2f69ba8fc Mon Sep 17 00:00:00 2001 From: f4exb Date: Sat, 10 Oct 2020 05:04:01 +0200 Subject: [PATCH] IEEE802.15.4 mod: fixed IEEE_802_15_4_Mod double delete in GUI --- plugins/channeltx/mod802.15.4/ieee_802_15_4_modgui.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/channeltx/mod802.15.4/ieee_802_15_4_modgui.cpp b/plugins/channeltx/mod802.15.4/ieee_802_15_4_modgui.cpp index 593768f11..68239bbb4 100644 --- a/plugins/channeltx/mod802.15.4/ieee_802_15_4_modgui.cpp +++ b/plugins/channeltx/mod802.15.4/ieee_802_15_4_modgui.cpp @@ -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; }