1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -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
@@ -92,6 +92,8 @@ RemoteTCPInputGui::RemoteTCPInputGui(DeviceUISet *deviceUISet, QWidget* parent)
RemoteTCPInputGui::~RemoteTCPInputGui()
{
m_statusTimer.stop();
m_updateTimer.stop();
delete ui;
}