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