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 {