mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
osd_setup.cpp fix memleak
Origin commit data
------------------
Commit: 82a0cdeb68
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-09-18 (Mon, 18 Sep 2017)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user