From c9c8fb369ac01855bae77d3f863d782b2e887c55 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Wed, 4 Apr 2018 18:53:22 -0700 Subject: [PATCH] client context explicitly close() timer queue --- src/remoteClient/clientContextImpl.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/remoteClient/clientContextImpl.cpp b/src/remoteClient/clientContextImpl.cpp index d5741e5..1f291dc 100644 --- a/src/remoteClient/clientContextImpl.cpp +++ b/src/remoteClient/clientContextImpl.cpp @@ -4084,6 +4084,8 @@ public: // cleanup // + m_timer->close(); + // this will also close all PVA transports destroyAllChannels();