add various variable initializations to keep valgrind happy

This commit is contained in:
Stefan Seyfried
2012-10-31 23:02:34 +01:00
parent 9dc4b03248
commit 04b916dbb7
6 changed files with 8 additions and 0 deletions

View File

@@ -3176,6 +3176,7 @@ void CNeutrinoApp::ExitRun(const bool /*write_si*/, int retcode)
}
delete g_RCInput;
g_RCInput = NULL;
//fan speed
if (g_info.has_fan) {
int fspeed = 0;