mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
osd_setup.cpp fix memleak
This commit is contained in:
@@ -1516,6 +1516,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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user