Chromium Code Reviews| Index: core/src/fxge/android/fpf_skiafontmgr.cpp |
| diff --git a/core/src/fxge/android/fpf_skiafontmgr.cpp b/core/src/fxge/android/fpf_skiafontmgr.cpp |
| index 521460bea325a71caf39aea93d068f5cd5517177..7e7aee3c062b1cd237c26e5d13cdb4e6aa397d6f 100644 |
| --- a/core/src/fxge/android/fpf_skiafontmgr.cpp |
| +++ b/core/src/fxge/android/fpf_skiafontmgr.cpp |
| @@ -337,7 +337,7 @@ IFPF_Font* CFPF_SkiaFontMgr::CreateFont(const CFX_ByteStringC& bsFamilyname, |
| m_FamilyFonts.SetAt((void*)(uintptr_t)dwHash, (void*)pFont); |
| return pFont->Retain(); |
| } |
| - pFont->Release() |
| + pFont->Release(); |
|
Lei Zhang
2015/10/16 21:11:48
We really need to set up more bots.
Tom Sepez
2015/10/16 21:29:44
Acknowledged.
|
| } |
| return NULL; |
| } |