mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
Scan setup: fix memleak
This commit is contained in:
@@ -633,7 +633,7 @@ int CScanSetup::showUnicableSetup()
|
|||||||
uni_setup->addIntroItems();
|
uni_setup->addIntroItems();
|
||||||
|
|
||||||
uni_setup->addItem(uniscr);
|
uni_setup->addItem(uniscr);
|
||||||
CMenuForwarder *mf = new CMenuForwarder(LOCALE_UNICABLE_QRG, true, uniqrg->getValue(), uniqrg);
|
CMenuForwarder *mf = new CMenuDForwarder(LOCALE_UNICABLE_QRG, true, uniqrg->getValue(), uniqrg);
|
||||||
uni_setup->addItem(mf);
|
uni_setup->addItem(mf);
|
||||||
res = uni_setup->exec(NULL, "");
|
res = uni_setup->exec(NULL, "");
|
||||||
delete uni_setup;
|
delete uni_setup;
|
||||||
|
Reference in New Issue
Block a user