Index: core/src/fxcodec/codec/fx_codec_flate.cpp |
diff --git a/core/src/fxcodec/codec/fx_codec_flate.cpp b/core/src/fxcodec/codec/fx_codec_flate.cpp |
index 4724593a94a2b8668ac9e73bc188d2f7891b6365..c02f0977cf858c94fb25c1c20da837f445739984 100644 |
--- a/core/src/fxcodec/codec/fx_codec_flate.cpp |
+++ b/core/src/fxcodec/codec/fx_codec_flate.cpp |
@@ -654,7 +654,6 @@ FX_BOOL CCodec_FlateScanlineDecoder::Create(FX_LPCBYTE src_buf, FX_DWORD src_siz |
if (m_pLastLine == NULL) { |
return FALSE; |
} |
- FXSYS_memset32(m_pLastLine, 0, m_PredictPitch); |
m_pPredictRaw = FX_Alloc(FX_BYTE, m_PredictPitch + 1); |
if (m_pPredictRaw == NULL) { |
return FALSE; |