Index: xfa/fwl/cfwl_edit.cpp |
diff --git a/xfa/fwl/cfwl_edit.cpp b/xfa/fwl/cfwl_edit.cpp |
index 79b0b2d3660e6e7c9e65548225f73f958a1c3339..acd56722271504dad93cb7e20f1ec9c543760cb7 100644 |
--- a/xfa/fwl/cfwl_edit.cpp |
+++ b/xfa/fwl/cfwl_edit.cpp |
@@ -688,7 +688,7 @@ void CFWL_Edit::UpdateEditParams() { |
params.dwFontColor = theme->GetTextColor(&part); |
params.fLineSpace = theme->GetLineHeight(&part); |
- CFGAS_GEFont* pFont = theme->GetFont(&part); |
+ CFX_RetainPtr<CFGAS_GEFont> pFont = theme->GetFont(&part); |
if (!pFont) |
return; |