summaryrefslogtreecommitdiff
path: root/fpdfsdk/src/formfiller/FFL_TextField.cpp
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2016-01-06 14:42:49 -0800
committerLei Zhang <thestig@chromium.org>2016-01-06 14:42:49 -0800
commitdcac57bc8b64fdc870d79d11a498ae7021cf8ae7 (patch)
treeead222392904fc522669bfeaa27e90b53f4675fa /fpdfsdk/src/formfiller/FFL_TextField.cpp
parentaa326bd6b169dc1b5b9b83048c71799799ab34c6 (diff)
downloadpdfium-dcac57bc8b64fdc870d79d11a498ae7021cf8ae7.tar.xz
Invalidate IPWL_FocusHandler and IPWL_Provider on destruction.
BUG=572871 R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1564773003 .
Diffstat (limited to 'fpdfsdk/src/formfiller/FFL_TextField.cpp')
-rw-r--r--fpdfsdk/src/formfiller/FFL_TextField.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/fpdfsdk/src/formfiller/FFL_TextField.cpp b/fpdfsdk/src/formfiller/FFL_TextField.cpp
index 4d5f72d883..1141b66e99 100644
--- a/fpdfsdk/src/formfiller/FFL_TextField.cpp
+++ b/fpdfsdk/src/formfiller/FFL_TextField.cpp
@@ -16,6 +16,8 @@ CFFL_TextField::CFFL_TextField(CPDFDoc_Environment* pApp, CPDFSDK_Annot* pAnnot)
}
CFFL_TextField::~CFFL_TextField() {
+ for (const auto& it : m_Maps)
+ it.second->InvalidateFocusHandler(this);
delete m_pFontMap;
}