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:
@@ -78,7 +78,9 @@ RTLSDRGui::RTLSDRGui(DeviceUISet *deviceUISet, QWidget* parent) :
|
||||
|
||||
RTLSDRGui::~RTLSDRGui()
|
||||
{
|
||||
qDebug("RTLSDRGui::~RTLSDRGui");
|
||||
delete ui;
|
||||
qDebug("RTLSDRGui::~RTLSDRGui: end");
|
||||
}
|
||||
|
||||
void RTLSDRGui::destroy()
|
||||
|
||||
Reference in New Issue
Block a user