summaryrefslogtreecommitdiff
path: root/core/fxcodec/jbig2/JBig2_PatternDict.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxcodec/jbig2/JBig2_PatternDict.cpp')
-rw-r--r--core/fxcodec/jbig2/JBig2_PatternDict.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcodec/jbig2/JBig2_PatternDict.cpp b/core/fxcodec/jbig2/JBig2_PatternDict.cpp
index 3db672e86b..e74d83647c 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);