fix memleak

This commit is contained in:
Jacek Jendrzej
2016-04-25 15:41:06 +02:00
parent 4904279fd5
commit 0f371cc918
2 changed files with 2 additions and 0 deletions

View File

@@ -1181,6 +1181,7 @@ void CRCInput::getMsg_us(neutrino_msg_t * msg, neutrino_msg_data_t * data, uint6
switch (emsg.eventID) {
case NeutrinoMessages::EVT_CURRENTEPG:
case NeutrinoMessages::EVT_NEXTEPG:
case NeutrinoMessages::EVT_NOEPG_YET:
{
CSectionsdClient::CurrentNextInfo *cn = (CSectionsdClient::CurrentNextInfo *) p;
delete [] cn;