mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-22 01:57:16 +00:00
Initialise _lastTableWidth. (Fixes Valgrind warning.)
svn-id: r30497
This commit is contained in:
parent
75099c6c20
commit
173988960b
@ -526,6 +526,7 @@ void Codec47Decoder::decode2(byte *dst, const byte *src, int width, int height,
|
||||
#endif
|
||||
|
||||
Codec47Decoder::Codec47Decoder(int width, int height) {
|
||||
_lastTableWidth = -1;
|
||||
_width = width;
|
||||
_height = height;
|
||||
_tableBig = (byte *)malloc(256 * 388);
|
||||
|
Loading…
x
Reference in New Issue
Block a user