| Index: core/fxcodec/jbig2/JBig2_PatternDict.cpp
|
| diff --git a/core/fxcodec/jbig2/JBig2_PatternDict.cpp b/core/fxcodec/jbig2/JBig2_PatternDict.cpp
|
| index 3db672e86bef83630d273201de756263ffef8ad5..e74d83647c3861ff4286b038b0fb651e0812786d 100644
|
| --- a/core/fxcodec/jbig2/JBig2_PatternDict.cpp
|
| +++ b/core/fxcodec/jbig2/JBig2_PatternDict.cpp
|
| @@ -15,7 +15,7 @@ CJBig2_PatternDict::CJBig2_PatternDict() {
|
|
|
| CJBig2_PatternDict::~CJBig2_PatternDict() {
|
| if (HDPATS) {
|
| - for (FX_DWORD i = 0; i < NUMPATS; i++) {
|
| + for (uint32_t i = 0; i < NUMPATS; i++) {
|
| delete HDPATS[i];
|
| }
|
| FX_Free(HDPATS);
|
|
|