diff options
author | Travis Howell | 2004-02-14 01:09:43 +0000 |
---|---|---|
committer | Travis Howell | 2004-02-14 01:09:43 +0000 |
commit | e83e8c012f60a09aecc27b84ded864316ab3123c (patch) | |
tree | 04615e28efe0dbaa2f64284a5927b2a1a1396dc2 /scumm/smush | |
parent | 9b764920a192a80a6d0fe2d91b45f3508a71c692 (diff) | |
download | scummvm-rg350-e83e8c012f60a09aecc27b84ded864316ab3123c.tar.gz scummvm-rg350-e83e8c012f60a09aecc27b84ded864316ab3123c.tar.bz2 scummvm-rg350-e83e8c012f60a09aecc27b84ded864316ab3123c.zip |
Fix valgrind warning
svn-id: r12862
Diffstat (limited to 'scumm/smush')
-rw-r--r-- | scumm/smush/saud_channel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/smush/saud_channel.cpp b/scumm/smush/saud_channel.cpp index 166e8ea8fc..5f90555e18 100644 --- a/scumm/smush/saud_channel.cpp +++ b/scumm/smush/saud_channel.cpp @@ -161,6 +161,7 @@ SaudChannel::SaudChannel(int32 track, int32 freq) : _nbframes(0), _dataSize(-1), _frequency(freq), + _index(0), _inData(false), _markReached(false), _tbuffer(0), |