| Index: core/src/fxge/ge/fx_ge_fontmap.cpp
|
| diff --git a/core/src/fxge/ge/fx_ge_fontmap.cpp b/core/src/fxge/ge/fx_ge_fontmap.cpp
|
| index 8406b3c37bb55e50d2843d8dd1dfdaf66064acb6..8956cd1c886ec4d9e42360a5b4a6a6c67362774d 100644
|
| --- a/core/src/fxge/ge/fx_ge_fontmap.cpp
|
| +++ b/core/src/fxge/ge/fx_ge_fontmap.cpp
|
| @@ -71,9 +71,7 @@ CFX_FontMgr::CFX_FontMgr()
|
| }
|
| CFX_FontMgr::~CFX_FontMgr()
|
| {
|
| - if (m_pBuiltinMapper) {
|
| - delete m_pBuiltinMapper;
|
| - }
|
| + delete m_pBuiltinMapper;
|
| FreeCache();
|
| if (m_FTLibrary) {
|
| FXFT_Done_FreeType(m_FTLibrary);
|
|
|