| Index: core/src/fxcodec/codec/fx_codec_jbig.cpp
|
| diff --git a/core/src/fxcodec/codec/fx_codec_jbig.cpp b/core/src/fxcodec/codec/fx_codec_jbig.cpp
|
| index 173f7a7d3675c1acdf2e2e30ecb6eed26e86acb6..278d9cbcf60105311cda7335f0d964d67e7f000f 100644
|
| --- a/core/src/fxcodec/codec/fx_codec_jbig.cpp
|
| +++ b/core/src/fxcodec/codec/fx_codec_jbig.cpp
|
| @@ -15,7 +15,7 @@ CCodec_Jbig2Module::~CCodec_Jbig2Module()
|
| }
|
| void* CCodec_Jbig2Module::CreateJbig2Context()
|
| {
|
| - return FX_NEW CCodec_Jbig2Context();
|
| + return new CCodec_Jbig2Context();
|
| }
|
| void CCodec_Jbig2Module::DestroyJbig2Context(void* pJbig2Content)
|
| {
|
|
|