diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-10-13 15:17:46 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-10-13 15:17:46 -0700 |
commit | c8ff50435b01b765e575c93038aee08eafc7d82c (patch) | |
tree | e31c372667e4c4f1906b46ad5a281e7a6875a624 /fpdfsdk/src/fsdk_mgr.cpp | |
parent | 6eeffab789800e2afa1b9d10de70c9116db32355 (diff) | |
download | pdfium-c8ff50435b01b765e575c93038aee08eafc7d82c.tar.xz |
Changes to master to more closely match XFA.
These files should change in master in order to reduce the number of
"noise diffs" between master and XFA as seen in
https://codereview.chromium.org/1399273003/
This includes: whitespace, matching header ordering, and implementing
a GetPageFromFPDFPage() from XFA.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1407583004 .
Diffstat (limited to 'fpdfsdk/src/fsdk_mgr.cpp')
-rw-r--r-- | fpdfsdk/src/fsdk_mgr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fpdfsdk/src/fsdk_mgr.cpp b/fpdfsdk/src/fsdk_mgr.cpp index 33e56de00d..b7962d57f7 100644 --- a/fpdfsdk/src/fsdk_mgr.cpp +++ b/fpdfsdk/src/fsdk_mgr.cpp @@ -223,6 +223,7 @@ CPDFDoc_Environment::~CPDFDoc_Environment() { delete m_pAnnotHandlerMgr; m_pAnnotHandlerMgr = NULL; + delete m_pActionHandler; m_pActionHandler = NULL; } |