From 52753143c51ccbf19d41fc2c10ff222b6c8ea4b9 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Wed, 30 Jul 2025 08:34:01 -0400 Subject: [PATCH] MT#62181 add wheeltimer dtor Stop and join the thread if it hasn't happened yet. Change-Id: I404de48dfa315aba7cec7ab943bf1b57183a7cd8 --- core/sip/wheeltimer.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/sip/wheeltimer.h b/core/sip/wheeltimer.h index 6dceb868..9f304315 100644 --- a/core/sip/wheeltimer.h +++ b/core/sip/wheeltimer.h @@ -147,6 +147,11 @@ protected: : resolution(_resolution) {} + ~_wheeltimer() { + stop(); + join(); + } + public: //clock reference struct _uc {