diff --git a/src/comm/LogReplayLink.cc b/src/comm/LogReplayLink.cc index 0b3b276370da25def32cfbc36475fa5e1662604c..05836d2db07ebefe14f90ea742b7c8eb2fbb069b 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)