| Index: core/fpdfdoc/doc_form.cpp
|
| diff --git a/core/fpdfdoc/doc_form.cpp b/core/fpdfdoc/doc_form.cpp
|
| index 5062b454524249bbea695e7a2ef4ab61ca5d5fb9..62e60b03b798cea34ff25bf54f2d5e448cf66440 100644
|
| --- a/core/fpdfdoc/doc_form.cpp
|
| +++ b/core/fpdfdoc/doc_form.cpp
|
| @@ -414,7 +414,7 @@ CPDF_Font* CPDF_InterForm::AddStandardFont(CPDF_Document* pDocument,
|
| CFX_ByteString CPDF_InterForm::GetNativeFont(uint8_t charSet, void* pLogFont) {
|
| CFX_ByteString csFontName;
|
| #if _FXM_PLATFORM_ == _FXM_PLATFORM_WINDOWS_
|
| - LOGFONTA lf;
|
| + LOGFONTA lf = {};
|
| FX_BOOL bRet;
|
| if (charSet == ANSI_CHARSET) {
|
| csFontName = "Helvetica";
|
|
|