mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
test_menu.cpp: fix possible crash on left menu
w_hw->hide() is not really required.
Origin commit data
------------------
Commit: c3688a028c
Author: Thilo Graf <dbt@novatux.de>
Date: 2023-03-07 (Tue, 07 Mar 2023)
This commit is contained in:
@@ -1442,7 +1442,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