Initialise 'releaseAdd' to avoid a Valgrind warning in Write20() when the

emulator is initialised.

svn-id: r48214
This commit is contained in:
Torbjörn Andersson 2010-03-09 05:03:38 +00:00
parent 99e032e954
commit d9c4ee9376

View file

@ -618,6 +618,7 @@ Operator::Operator() {
currentLevel = ENV_MAX;
totalLevel = ENV_MAX;
volume = ENV_MAX;
releaseAdd = 0;
}
/*