mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
CChannelList::~CChannelList(): delete remove unnecessary
This commit is contained in:
@@ -140,10 +140,6 @@ CChannelList::~CChannelList()
|
|||||||
headerClock->hide();
|
headerClock->hide();
|
||||||
if (headerClock->isClockRun())
|
if (headerClock->isClockRun())
|
||||||
headerClock->stopThread();
|
headerClock->stopThread();
|
||||||
if(headerClock){
|
|
||||||
delete headerClock;
|
|
||||||
headerClock = NULL;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
void CChannelList::ClearList(void)
|
void CChannelList::ClearList(void)
|
||||||
|
Reference in New Issue
Block a user