mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
-eventlist: fix segfault
Signed-off-by: Thilo Graf <dbt@novatux.de> review required
This commit is contained in:
@@ -120,12 +120,15 @@ CEventList::CEventList()
|
|||||||
oldEventID = -1;
|
oldEventID = -1;
|
||||||
bgRightBoxPaint = false;
|
bgRightBoxPaint = false;
|
||||||
header = NULL;
|
header = NULL;
|
||||||
|
pb = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
CEventList::~CEventList()
|
CEventList::~CEventList()
|
||||||
{
|
{
|
||||||
delete header;
|
delete header;
|
||||||
header = NULL;
|
header = NULL;
|
||||||
|
delete pb;
|
||||||
|
pb = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
void CEventList::UpdateTimerList(void)
|
void CEventList::UpdateTimerList(void)
|
||||||
|
Reference in New Issue
Block a user