| 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 aa9f1811b71ea5a5cdbc87af1a2dfe8d1d0c958d..8c7f1bcc7aacfee9906e19c5a2221005125d8246 100644
|
| --- a/core/src/fxcodec/codec/fx_codec_jbig.cpp
|
| +++ b/core/src/fxcodec/codec/fx_codec_jbig.cpp
|
| @@ -14,7 +14,7 @@ class JBig2DocumentContext : public CFX_DestructObject {
|
| return &m_SymbolDictCache;
|
| }
|
|
|
| - ~JBig2DocumentContext() {
|
| + ~JBig2DocumentContext() override {
|
| for (auto it : m_SymbolDictCache) {
|
| delete it.second;
|
| }
|
|
|