| Index: core/src/fxcodec/jbig2/JBig2_Context.h
|
| diff --git a/core/src/fxcodec/jbig2/JBig2_Context.h b/core/src/fxcodec/jbig2/JBig2_Context.h
|
| index 8681609ca07a7c59f2314f9d98bd150f2e309a51..3c283d1d5bae2606374b375c560fb381239ecfd0 100644
|
| --- a/core/src/fxcodec/jbig2/JBig2_Context.h
|
| +++ b/core/src/fxcodec/jbig2/JBig2_Context.h
|
| @@ -118,7 +118,7 @@ class CJBig2_Context {
|
| int32_t m_PauseStep;
|
| IFX_Pause* m_pPause;
|
| FXCODEC_STATUS m_ProcessingStatus;
|
| - CJBig2_ArithDecoder* m_pArithDecoder;
|
| + nonstd::unique_ptr<CJBig2_ArithDecoder> m_pArithDecoder;
|
| nonstd::unique_ptr<CJBig2_GRDProc> m_pGRD;
|
| JBig2ArithCtx* m_gbContext;
|
| nonstd::unique_ptr<CJBig2_Segment> m_pSegment;
|
|
|