From ac9bd0bfd9910a21c2c471d82d495ac8076a19af Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Thu, 31 May 2012 12:59:50 +0400 Subject: [PATCH] neutrino.cpp: fix crash in start wizard on volume +/- --- src/neutrino.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index dea2aac03..774aa7a45 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -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();