| Index: core/fxge/ge/cfx_fontmapper.cpp
|
| diff --git a/core/fxge/ge/cfx_fontmapper.cpp b/core/fxge/ge/cfx_fontmapper.cpp
|
| index 27853a044301a798bc1e4c1130a5ea196428fdda..9486932f61d441101c176d00047c172d82f393b1 100644
|
| --- a/core/fxge/ge/cfx_fontmapper.cpp
|
| +++ b/core/fxge/ge/cfx_fontmapper.cpp
|
| @@ -689,7 +689,6 @@ FXFT_Face CFX_FontMapper::FindSubstFont(const CFX_ByteString& name,
|
| hFont = m_pFontInfo->GetFont(it->name.c_str());
|
| }
|
| }
|
| - pSubstFont->m_ExtHandle = m_pFontInfo->RetainFont(hFont);
|
| if (!hFont)
|
| return nullptr;
|
|
|
|
|