| Index: xfa/fde/css/fde_cssstyleselector.cpp
|
| diff --git a/xfa/fde/css/fde_cssstyleselector.cpp b/xfa/fde/css/fde_cssstyleselector.cpp
|
| index 05f036b1f3693e61278e2a4b161dbcb30bfecf29..bce8f704b84c9017ac471eb6ceae8928f14784b5 100644
|
| --- a/xfa/fde/css/fde_cssstyleselector.cpp
|
| +++ b/xfa/fde/css/fde_cssstyleselector.cpp
|
| @@ -543,7 +543,7 @@ void CFDE_CSSStyleSelector::AppendInlineStyle(CFDE_CSSDeclaration* pDecl,
|
| if (!pSyntax->Init(psz, iLen, 32, TRUE))
|
| return;
|
|
|
| - int32_t iLen2;
|
| + int32_t iLen2 = 0;
|
| const FX_WCHAR* psz2;
|
| FDE_CSSPROPERTYARGS args;
|
| args.pStringCache = nullptr;
|
|
|