neutrino.cpp: fix crash in start wizard on volume +/-

This commit is contained in:
[CST] Focus
2012-05-31 12:59:50 +04:00
parent dddc468bc9
commit ac9bd0bfd9

View File

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