1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 14:04:46 -04:00

Device GUIs: Stop timers in destructors.

This commit is contained in:
Jon Beniston
2022-10-05 15:40:09 +01:00
parent ed0c669f5e
commit d6a02f659a
34 changed files with 66 additions and 1 deletions
@@ -84,6 +84,8 @@ XTRXOutputGUI::XTRXOutputGUI(DeviceUISet *deviceUISet, QWidget* parent) :
XTRXOutputGUI::~XTRXOutputGUI()
{
m_statusTimer.stop();
m_updateTimer.stop();
delete ui;
}