| Index: Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
|
| diff --git a/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp b/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
|
| index f13d311ce63be6ef4fb52a3d86e99a3e3fb2652d..2002f301d92dc15ae69e238278818cf9c08a0b91 100644
|
| --- a/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
|
| +++ b/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
|
| @@ -536,7 +536,7 @@ public:
|
|
|
| case JPEG_DECOMPRESS_PROGRESSIVE:
|
| if (m_state == JPEG_DECOMPRESS_PROGRESSIVE) {
|
| - int status;
|
| + int status = 0;
|
| do {
|
| decoder_error_mgr* err = reinterpret_cast_ptr<decoder_error_mgr *>(m_info.err);
|
| if (err->num_corrupt_warnings)
|
|
|