diff --git a/sdrgui/mainwindow.cpp b/sdrgui/mainwindow.cpp index c68559bb0..754686e7f 100644 --- a/sdrgui/mainwindow.cpp +++ b/sdrgui/mainwindow.cpp @@ -318,6 +318,8 @@ MainWindow::~MainWindow() delete m_dateTimeWidget; delete m_showSystemWidget; + disconnect(ui->tabFeatures, SIGNAL(currentChanged(int)), this, SLOT(tabFeaturesIndexChanged())); + removeAllFeatureSets(); delete ui;