| Index: core/src/fxcodec/codec/fx_codec_jpeg.cpp
 | 
| diff --git a/core/src/fxcodec/codec/fx_codec_jpeg.cpp b/core/src/fxcodec/codec/fx_codec_jpeg.cpp
 | 
| index aae3e24c05489094813b4809af12462518be3909..37399f8eb841abb0c2810d6901e7bc71893efce4 100644
 | 
| --- a/core/src/fxcodec/codec/fx_codec_jpeg.cpp
 | 
| +++ b/core/src/fxcodec/codec/fx_codec_jpeg.cpp
 | 
| @@ -196,7 +196,6 @@ static void _JpegEncode(const CFX_DIBSource* pSource, FX_LPBYTE& dest_buf, FX_ST
 | 
|          dest_buf_length >>= 1;
 | 
|          dest_buf = FX_Alloc(FX_BYTE, dest_buf_length);
 | 
|      }
 | 
| -    FXSYS_memset32(dest_buf, 0, dest_buf_length);
 | 
|      struct jpeg_destination_mgr dest;
 | 
|      dest.init_destination = _dest_do_nothing;
 | 
|      dest.term_destination = _dest_do_nothing;
 | 
| 
 |