Scan setup: fix memleak

Origin commit data
------------------
Branch: ni/coolstream
Commit: ce7869008e
Author: Gaucho316 <Gaucho316@hotmail.com>
Date: 2013-01-14 (Mon, 14 Jan 2013)


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

------------------
This commit was generated by Migit
This commit is contained in:
Gaucho316
2013-01-14 19:45:16 +01:00
committed by Jacek Jendrzej
parent 76a0ef0797
commit 1214ee0dfc

View File

@@ -633,7 +633,7 @@ int CScanSetup::showUnicableSetup()
uni_setup->addIntroItems();
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);
res = uni_setup->exec(NULL, "");
delete uni_setup;