AUDIO: Fix unitialized variable. CID 1003162
This commit is contained in:
parent
bef4610dcb
commit
7c26b6ee0a
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ _numTracks(0),
|
||||||
_activeTrack(255),
|
_activeTrack(255),
|
||||||
_abortParse(0) {
|
_abortParse(0) {
|
||||||
memset(_activeNotes, 0, sizeof(_activeNotes));
|
memset(_activeNotes, 0, sizeof(_activeNotes));
|
||||||
|
memset(_tracks, 0, sizeof(_tracks));
|
||||||
_nextEvent.start = NULL;
|
_nextEvent.start = NULL;
|
||||||
_nextEvent.delta = 0;
|
_nextEvent.delta = 0;
|
||||||
_nextEvent.event = 0;
|
_nextEvent.event = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue