mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
CTimerList: prevent memory leak
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2aa36663e1
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-05-27 (Mon, 27 May 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -857,8 +857,8 @@ void CTimerList::paintItem(int pos)
|
|||||||
|
|
||||||
void CTimerList::paintHead()
|
void CTimerList::paintHead()
|
||||||
{
|
{
|
||||||
CComponentsHeader *header = new CComponentsHeader(x, y, width, theight, LOCALE_TIMERLIST_NAME, NEUTRINO_ICON_TIMER);
|
CComponentsHeader header(x, y, width, theight, LOCALE_TIMERLIST_NAME, NEUTRINO_ICON_TIMER);
|
||||||
header->paint();
|
header.paint();
|
||||||
}
|
}
|
||||||
|
|
||||||
const struct button_label TimerListButtons[5] =
|
const struct button_label TimerListButtons[5] =
|
||||||
|
Reference in New Issue
Block a user