mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
nhttpd/tuxboxapi/coolstream/neutrinoapi.cpp: fix memleak in GetChannelEvents()
This commit is contained in:
@@ -258,6 +258,7 @@ bool CNeutrinoAPI::GetStreamInfo(int bitInfo[10])
|
|||||||
|
|
||||||
bool CNeutrinoAPI::GetChannelEvents(void)
|
bool CNeutrinoAPI::GetChannelEvents(void)
|
||||||
{
|
{
|
||||||
|
eList.clear();
|
||||||
CEitManager::getInstance()->getChannelEvents(eList);
|
CEitManager::getInstance()->getChannelEvents(eList);
|
||||||
CChannelEventList::iterator eventIterator;
|
CChannelEventList::iterator eventIterator;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user