mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
avoid pssible memleak
This commit is contained in:
@@ -1183,7 +1183,7 @@ void CRCInput::getMsg_us(neutrino_msg_t * msg, neutrino_msg_data_t * data, uint6
|
||||
case NeutrinoMessages::EVT_NEXTEPG:
|
||||
{
|
||||
CSectionsdClient::CurrentNextInfo *cn = (CSectionsdClient::CurrentNextInfo *) p;
|
||||
delete cn;
|
||||
delete [] cn;
|
||||
p = NULL;
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user