| 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..dad880a936e3cf675c2a3c54ba5669ce360dc456 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);
 | 
| -  }
 | 
| +  FX_Free(m_pCmm);
 | 
|  }
 | 
|  void CFX_IccTransformCache::Purge() {}
 | 
|  class CFX_ByteStringKey : public CFX_BinaryBuf {
 | 
| 
 |