Origin commit data
------------------
Commit: 315a87f2be
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2017-09-18 (Mon, 18 Sep 2017)
This commit is contained in:
gixxpunk
2017-09-18 16:31:55 +02:00
8 changed files with 41 additions and 20 deletions

View File

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