mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
neutrino.cpp: fix crash in start wizard on volume +/-
This commit is contained in:
@@ -1884,6 +1884,8 @@ TIMER_START();
|
|||||||
|
|
||||||
InitTimerdClient();
|
InitTimerdClient();
|
||||||
|
|
||||||
|
g_volume = CVolume::getInstance();
|
||||||
|
|
||||||
if (show_startwizard) {
|
if (show_startwizard) {
|
||||||
hintBox->hide();
|
hintBox->hide();
|
||||||
CStartUpWizard startwizard;
|
CStartUpWizard startwizard;
|
||||||
@@ -1903,7 +1905,6 @@ TIMER_START();
|
|||||||
hdd->exec(NULL, "");
|
hdd->exec(NULL, "");
|
||||||
delete hdd;
|
delete hdd;
|
||||||
|
|
||||||
g_volume = CVolume::getInstance();
|
|
||||||
cCA::GetInstance()->Ready(true);
|
cCA::GetInstance()->Ready(true);
|
||||||
InitZapper();
|
InitZapper();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user