diff --git a/core/smn_timers.cpp b/core/smn_timers.cpp index 1328dba0..140787b1 100644 --- a/core/smn_timers.cpp +++ b/core/smn_timers.cpp @@ -122,6 +122,7 @@ void TimerNatives::OnTimerEnd(ITimer *pTimer, void *pData) } g_HandleSys.FreeHandle(pInfo->TimerHandle, &sec); + DeleteTimerInfo(pInfo); } /*******************************