| Index: core/fxcodec/codec/fx_codec_flate.cpp
|
| diff --git a/core/fxcodec/codec/fx_codec_flate.cpp b/core/fxcodec/codec/fx_codec_flate.cpp
|
| index d1b4a5f9854e40114f65967fc2379c40ac5b098f..c23de277fb6b6f3171fa1e8dd26fb712df24e26a 100644
|
| --- a/core/fxcodec/codec/fx_codec_flate.cpp
|
| +++ b/core/fxcodec/codec/fx_codec_flate.cpp
|
| @@ -750,7 +750,6 @@ class CCodec_FlateScanlineDecoder : public CCodec_ScanlineDecoder {
|
| int Colors,
|
| int BitsPerComponent,
|
| int Columns);
|
| - void Destroy() { delete this; }
|
|
|
| // CCodec_ScanlineDecoder
|
| FX_BOOL v_Rewind() override;
|
|
|