test_menu.cpp: fix possible crash on left menu

w_hw->hide() is not really required.


Origin commit data
------------------
Branch: ni/coolstream
Commit: c3688a028c
Author: Thilo Graf <dbt@novatux.de>
Date: 2023-03-07 (Tue, 07 Mar 2023)



------------------
This commit was generated by Migit
This commit is contained in:
2023-03-07 23:20:43 +01:00
committed by vanhofen
parent 033e0afdd8
commit 709b201de3

View File

@@ -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;