Index: remoting/host/heartbeat_sender.cc |
diff --git a/remoting/host/heartbeat_sender.cc b/remoting/host/heartbeat_sender.cc |
index c4e3a23eb3ddf8338b8edbae2c9527ab4ede739e..f95aecc77a98758108ce3a3dbb4191e60f7c573f 100644 |
--- a/remoting/host/heartbeat_sender.cc |
+++ b/remoting/host/heartbeat_sender.cc |
@@ -85,6 +85,7 @@ void HeartbeatSender::OnSignallingDisconnected() { |
state_ = STOPPED; |
request_.reset(); |
iq_sender_.reset(); |
+ timer_.Stop(); |
} |
// Ignore any notifications other than signalling |