| Index: core/src/fxcodec/codec/codec_int.h
|
| diff --git a/core/src/fxcodec/codec/codec_int.h b/core/src/fxcodec/codec/codec_int.h
|
| index 9fe77a44f718e1201370ffe831047999be5b0f96..e7baa585f92fb6c1f1e1e5b14e421dd43ba6a37c 100644
|
| --- a/core/src/fxcodec/codec/codec_int.h
|
| +++ b/core/src/fxcodec/codec/codec_int.h
|
| @@ -54,9 +54,7 @@ class CCodec_ScanlineDecoder : public ICodec_ScanlineDecoder {
|
| int GetBPC() override { return m_bpc; }
|
| FX_BOOL IsColorTransformed() override { return m_bColorTransformed; }
|
| void ClearImageData() override {
|
| - if (m_pDataCache) {
|
| - FX_Free(m_pDataCache);
|
| - }
|
| + FX_Free(m_pDataCache);
|
| m_pDataCache = NULL;
|
| }
|
|
|
|
|