| Index: core/src/fxcodec/codec/fx_codec_icc.cpp
|
| diff --git a/core/src/fxcodec/codec/fx_codec_icc.cpp b/core/src/fxcodec/codec/fx_codec_icc.cpp
|
| index 856766e4ea65aedbada070a827f37634ba96cad4..a3807fa178fc9a1264b45625d3bca7002380b0b8 100644
|
| --- a/core/src/fxcodec/codec/fx_codec_icc.cpp
|
| +++ b/core/src/fxcodec/codec/fx_codec_icc.cpp
|
| @@ -392,9 +392,7 @@ CFX_IccTransformCache::~CFX_IccTransformCache() {
|
| if (m_pIccTransform) {
|
| cmsDeleteTransform(m_pIccTransform);
|
| }
|
| - if (m_pCmm) {
|
| FX_Free(m_pCmm);
|
| - }
|
| }
|
| void CFX_IccTransformCache::Purge() {}
|
| class CFX_ByteStringKey : public CFX_BinaryBuf {
|
|
|