From 609007c45cc965c4dc67ef5a58f4afb8952fb1ef Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Sat, 10 Oct 2015 14:08:40 -0700 Subject: [PATCH] Timer must be stopped on correct thread --- src/comm/LogReplayLink.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/comm/LogReplayLink.cc b/src/comm/LogReplayLink.cc index 0b3b27637..05836d2db 100644 --- a/src/comm/LogReplayLink.cc +++ b/src/comm/LogReplayLink.cc @@ -140,6 +140,8 @@ void LogReplayLink::run(void) // Run normal event loop until exit exec(); + + _readTickTimer.stop(); } void LogReplayLink::_replayError(const QString& errorMsg) -- 2.22.0