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

Origin commit data
------------------
Commit: ac9bd0bfd9
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-31 (Thu, 31 May 2012)
This commit is contained in:
[CST] Focus
2012-05-31 12:59:50 +04:00
parent 42cc05b1a7
commit a461d96ea8

View File

@@ -1884,6 +1884,8 @@ TIMER_START();
InitTimerdClient();
g_volume = CVolume::getInstance();
if (show_startwizard) {
hintBox->hide();
CStartUpWizard startwizard;
@@ -1903,7 +1905,6 @@ TIMER_START();
hdd->exec(NULL, "");
delete hdd;
g_volume = CVolume::getInstance();
cCA::GetInstance()->Ready(true);
InitZapper();