osd_setup.cpp fix memleak

Origin commit data
------------------
Branch: ni/coolstream
Commit: 82a0cdeb68
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-09-18 (Mon, 18 Sep 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2017-09-18 14:57:11 +02:00
parent c79807fc3a
commit fac44e3ba4

View File

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