mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
test_menu.cpp: fix possible crash on left menu
w_hw->hide() is not really required.
This commit is contained in:
@@ -1440,7 +1440,7 @@ int CTestMenu::showTestMenu()
|
||||
w_test.addKey(CRCInput::RC_red, this, "footer_key");
|
||||
w_test.addKey(CRCInput::RC_green, this, "footer_key");
|
||||
int res = w_test.exec(NULL, "");
|
||||
w_hw->hide();
|
||||
|
||||
delete w_hw;
|
||||
delete w_cc;
|
||||
delete w_msg;
|
||||
|
Reference in New Issue
Block a user