diff --git a/Modules.cpp b/Modules.cpp index 967a93df..37c90b97 100644 --- a/Modules.cpp +++ b/Modules.cpp @@ -328,6 +328,7 @@ bool CModule::AddTimer(FPTimer_t pFBCallback, const CString& sLabel, u_int uInte bool CModule::RemTimer(CTimer* pTimer) { if (m_sTimers.erase(pTimer) == 0) return false; + m_pManager->DelCronByAddr(pTimer); return true; }