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;
|
||||
bgRightBoxPaint = false;
|
||||
header = NULL;
|
||||
pb = NULL;
|
||||
}
|
||||
|
||||
CEventList::~CEventList()
|
||||
{
|
||||
delete header;
|
||||
header = NULL;
|
||||
delete pb;
|
||||
pb = NULL;
|
||||
}
|
||||
|
||||
void CEventList::UpdateTimerList(void)
|
||||
|
Reference in New Issue
Block a user