| Index: core/fxcodec/jbig2/JBig2_Context.cpp
|
| diff --git a/core/fxcodec/jbig2/JBig2_Context.cpp b/core/fxcodec/jbig2/JBig2_Context.cpp
|
| index 1ff78e121fea9c1baf6e918d24eb5f191c1259d9..5a0b2c0d73827c3de5ffbfc9f1e5e54948f17b52 100644
|
| --- a/core/fxcodec/jbig2/JBig2_Context.cpp
|
| +++ b/core/fxcodec/jbig2/JBig2_Context.cpp
|
| @@ -1285,7 +1285,7 @@ JBig2HuffmanCode* CJBig2_Context::decodeSymbolIDHuffmanTable(
|
|
|
| std::unique_ptr<JBig2HuffmanCode, FxFreeDeleter> SBSYMCODES(
|
| FX_Alloc(JBig2HuffmanCode, SBNUMSYMS));
|
| - int32_t run;
|
| + int32_t run = 0;
|
| int32_t i = 0;
|
| while (i < (int)SBNUMSYMS) {
|
| size_t j;
|
|
|