| Index: core/src/fxcodec/jbig2/JBig2_Segment.cpp
|
| diff --git a/core/src/fxcodec/jbig2/JBig2_Segment.cpp b/core/src/fxcodec/jbig2/JBig2_Segment.cpp
|
| index 7ad55f3515d4b9f39f57b203c5a17fb6c43e023d..1b0d4e93032d87edd13d0038e65db9a52636b6d0 100644
|
| --- a/core/src/fxcodec/jbig2/JBig2_Segment.cpp
|
| +++ b/core/src/fxcodec/jbig2/JBig2_Segment.cpp
|
| @@ -16,7 +16,8 @@ CJBig2_Segment::CJBig2_Segment() {
|
| m_dwPage_association = 0;
|
| m_dwData_length = 0;
|
| m_dwHeader_Length = 0;
|
| - m_pData = NULL;
|
| + m_dwObjNum = 0;
|
| + m_dwDataOffset = 0;
|
| m_State = JBIG2_SEGMENT_HEADER_UNPARSED;
|
| m_nResultType = JBIG2_VOID_POINTER;
|
| m_Result.vd = NULL;
|
|
|