diff --git a/Streaming.cpp b/Streaming.cpp index 96ba4f5e..b2dfbdf9 100644 --- a/Streaming.cpp +++ b/Streaming.cpp @@ -452,6 +452,7 @@ namespace stream else { Close (); + m_ReceiveTimer.cancel (); return; } }