From de72ac3e56ec21ce3b354e2c69f33b8d88e58f7a Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Tue, 8 Jul 2025 16:12:52 -0400 Subject: [PATCH] MT#63171 stop main wheeltimer at shutdown Change-Id: I4bf5b56be30f1a09af2ed1fddb469a94ff86227e --- core/SipCtrlInterface.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/SipCtrlInterface.cpp b/core/SipCtrlInterface.cpp index 5c2524f4..7683da56 100644 --- a/core/SipCtrlInterface.cpp +++ b/core/SipCtrlInterface.cpp @@ -448,6 +448,9 @@ void _SipCtrlInterface::cleanup() tcp_sockets = NULL; nr_tcp_sockets = 0; } + + wheeltimer::instance()->stop(); + wheeltimer::instance()->join(); } int _SipCtrlInterface::send(const AmSipReply &rep, const string& dialog_id,