Initialise 'releaseAdd' to avoid a Valgrind warning in Write20() when the
emulator is initialised. svn-id: r48214
This commit is contained in:
parent
99e032e954
commit
d9c4ee9376
1 changed files with 1 additions and 0 deletions
|
@ -618,6 +618,7 @@ Operator::Operator() {
|
|||
currentLevel = ENV_MAX;
|
||||
totalLevel = ENV_MAX;
|
||||
volume = ENV_MAX;
|
||||
releaseAdd = 0;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue