Fix timer crash
This commit is contained in:
parent
4b362dc067
commit
ac90f1099a
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,8 @@ Timer::Timer(Widget* owner) : OwnerObj(owner)
|
|||
|
||||
Timer::~Timer()
|
||||
{
|
||||
Stop();
|
||||
|
||||
if (PrevTimerObj)
|
||||
PrevTimerObj->NextTimerObj = NextTimerObj;
|
||||
if (NextTimerObj)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue