mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-04 20:28:35 +02:00
Merge branch 'master' into pu/mp
This commit is contained in:
@@ -1531,6 +1531,7 @@ int COsdSetup::showContextChanlistMenu(CChannelList *parent_channellist)
|
|||||||
|
|
||||||
int res = menu_chanlist->exec(NULL, "");
|
int res = menu_chanlist->exec(NULL, "");
|
||||||
cselected = menu_chanlist->getSelected();
|
cselected = menu_chanlist->getSelected();
|
||||||
|
delete channellistNotifier;
|
||||||
delete menu_chanlist;
|
delete menu_chanlist;
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
@@ -3952,6 +3952,7 @@ void CNeutrinoApp::saveEpg(bool cvfd_mode)
|
|||||||
//printf("Msg %x timeout %d EVT_SI_FINISHED %x\n", msg, CRCInput::RC_timeout, NeutrinoMessages::EVT_SI_FINISHED);
|
//printf("Msg %x timeout %d EVT_SI_FINISHED %x\n", msg, CRCInput::RC_timeout, NeutrinoMessages::EVT_SI_FINISHED);
|
||||||
CVFD::getInstance()->Clear();
|
CVFD::getInstance()->Clear();
|
||||||
CVFD::getInstance()->setMode(cvfd_mode ? CVFD::MODE_SHUTDOWN : CVFD::MODE_STANDBY);// true CVFD::MODE_SHUTDOWN , false CVFD::MODE_STANDBY
|
CVFD::getInstance()->setMode(cvfd_mode ? CVFD::MODE_SHUTDOWN : CVFD::MODE_STANDBY);// true CVFD::MODE_SHUTDOWN , false CVFD::MODE_STANDBY
|
||||||
|
delete [] (unsigned char*) data;
|
||||||
break;
|
break;
|
||||||
} else if (!cvfd_mode){
|
} else if (!cvfd_mode){
|
||||||
printf("wait for epg saving, Msg %x \n", (int) msg);
|
printf("wait for epg saving, Msg %x \n", (int) msg);
|
||||||
|
Reference in New Issue
Block a user