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

Massive UI revamping (v7): device change: Prefer memory leak to core dump by not deleting old GUI. Unresolved seqfault

This commit is contained in:
f4exb
2022-04-14 20:41:32 +02:00
parent eb720c3f75
commit 0ec3ee5a57
4 changed files with 19 additions and 26 deletions
@@ -78,7 +78,9 @@ RTLSDRGui::RTLSDRGui(DeviceUISet *deviceUISet, QWidget* parent) :
RTLSDRGui::~RTLSDRGui()
{
qDebug("RTLSDRGui::~RTLSDRGui");
delete ui;
qDebug("RTLSDRGui::~RTLSDRGui: end");
}
void RTLSDRGui::destroy()