| Index: core/fxcodec/codec/fx_codec_icc.cpp
|
| diff --git a/core/fxcodec/codec/fx_codec_icc.cpp b/core/fxcodec/codec/fx_codec_icc.cpp
|
| index 4903c247159e628b7e057d91ffb37c6433a2d1fc..29cfe0e9f40b68a60d812803dd215e827ff8556d 100644
|
| --- a/core/fxcodec/codec/fx_codec_icc.cpp
|
| +++ b/core/fxcodec/codec/fx_codec_icc.cpp
|
| @@ -526,6 +526,9 @@ void* CCodec_IccModule::CreateTransform(
|
| }
|
| return pTransformCache->m_pCmm;
|
| }
|
| +
|
| +CCodec_IccModule::CCodec_IccModule() : m_nComponents(0) {}
|
| +
|
| CCodec_IccModule::~CCodec_IccModule() {
|
| for (const auto& pair : m_MapProfile) {
|
| delete pair.second;
|
|
|