CChannelList::~CChannelList(): delete remove unnecessary

Origin commit data
------------------
Branch: ni/coolstream
Commit: 9ef0e68ba2
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-12-16 (Mon, 16 Dec 2013)


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

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2013-12-16 13:39:55 +01:00
parent e65142f4ae
commit ffb3003ae1

View File

@@ -140,10 +140,6 @@ CChannelList::~CChannelList()
headerClock->hide();
if (headerClock->isClockRun())
headerClock->stopThread();
if(headerClock){
delete headerClock;
headerClock = NULL;
}
}
}
void CChannelList::ClearList(void)