mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
fix memleak
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user