| Index: core/src/fxge/ge/fx_ge_font.cpp
|
| diff --git a/core/src/fxge/ge/fx_ge_font.cpp b/core/src/fxge/ge/fx_ge_font.cpp
|
| index e8c592e4630a3cacf3a8067aa2f4e94c1afb8951..92dbf3adeb1de35e8329fec78b479d8b1ff80419 100644
|
| --- a/core/src/fxge/ge/fx_ge_font.cpp
|
| +++ b/core/src/fxge/ge/fx_ge_font.cpp
|
| @@ -101,8 +101,9 @@ FX_BOOL CFX_Font::LoadClone(const CFX_Font* pFont) {
|
| m_bDwLoaded = pFont->m_bDwLoaded;
|
| m_pOwnedStream = pFont->m_pOwnedStream;
|
| return TRUE;
|
| -#endif // PDF_ENABLE_XFA
|
| }
|
| +#endif // PDF_ENABLE_XFA
|
| +
|
| CFX_Font::~CFX_Font() {
|
| delete m_pSubstFont;
|
| m_pSubstFont = NULL;
|
|
|