| Index: core/src/fxge/android/fpf_skiamodule.cpp
|
| diff --git a/core/src/fxge/android/fpf_skiamodule.cpp b/core/src/fxge/android/fpf_skiamodule.cpp
|
| index 94e68885fc4408781a3958b4ffa7bdf34b28628e..823bc45bdc9d790c27324d9a64cfb57783fd97af 100644
|
| --- a/core/src/fxge/android/fpf_skiamodule.cpp
|
| +++ b/core/src/fxge/android/fpf_skiamodule.cpp
|
| @@ -38,7 +38,7 @@ IFPF_FontMgr* CFPF_SkiaDeviceModule::GetFontMgr()
|
| }
|
| if (!m_pFontMgr->InitFTLibrary()) {
|
| delete m_pFontMgr;
|
| - return NULL;
|
| + m_pFontMgr = NULL;
|
| }
|
| }
|
| return (IFPF_FontMgr*)m_pFontMgr;
|
|
|