Merge branch 'master' into pu/mp

This commit is contained in:
Jacek Jendrzej
2017-09-18 15:55:41 +02:00
2 changed files with 2 additions and 0 deletions

View File

@@ -1531,6 +1531,7 @@ int COsdSetup::showContextChanlistMenu(CChannelList *parent_channellist)
int res = menu_chanlist->exec(NULL, "");
cselected = menu_chanlist->getSelected();
delete channellistNotifier;
delete menu_chanlist;
return res;
}