eventlist: fix memleak

Origin commit data
------------------
Branch: ni/coolstream
Commit: f3e955d014
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-05-04 (Sat, 04 May 2019)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2019-05-04 18:19:22 +02:00
committed by vanhofen
parent 0a7ba6abff
commit b9d51971a2

View File

@@ -148,6 +148,7 @@ void CEventList::UpdateTimerList(void)
CTimerList *Timerlist = new CTimerList;
Timerlist->RemoteBoxTimerList(timerlist);
sort(timerlist.begin(), timerlist.end());
delete Timerlist;
}
// Function: HasTimerConflicts