Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(251)

Issue 2406893003: Fix member destruction ordering in CPDFSDK_FormFillEnvironment. (Closed)

Created:
4 years, 2 months ago by Lei Zhang
Modified:
4 years, 2 months ago
Reviewers:
Tom Sepez, dsinclair
CC:
pdfium-reviews_googlegroups.com
Target Ref:
refs/heads/master
Project:
pdfium
Visibility:
Public.

Description

Fix member destruction ordering in CPDFSDK_FormFillEnvironment. BUG=653459

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M fpdfsdk/cpdfsdk_formfillenvironment.h View 1 chunk +1 line, -1 line 4 comments Download

Messages

Total messages: 12 (6 generated)
Lei Zhang
4 years, 2 months ago (2016-10-11 02:14:28 UTC) #4
dsinclair
https://codereview.chromium.org/2406893003/diff/1/fpdfsdk/cpdfsdk_formfillenvironment.h File fpdfsdk/cpdfsdk_formfillenvironment.h (right): https://codereview.chromium.org/2406893003/diff/1/fpdfsdk/cpdfsdk_formfillenvironment.h#newcode165 fpdfsdk/cpdfsdk_formfillenvironment.h:165: std::unique_ptr<CFFL_InteractiveFormFiller> m_pFormFiller; What does this need to be destroyed ...
4 years, 2 months ago (2016-10-11 14:13:27 UTC) #7
Tom Sepez
https://codereview.chromium.org/2406893003/diff/1/fpdfsdk/cpdfsdk_formfillenvironment.h File fpdfsdk/cpdfsdk_formfillenvironment.h (right): https://codereview.chromium.org/2406893003/diff/1/fpdfsdk/cpdfsdk_formfillenvironment.h#newcode172 fpdfsdk/cpdfsdk_formfillenvironment.h:172: std::unique_ptr<CFX_SystemHandler> m_pSysHandler; Should this be the very last thing ...
4 years, 2 months ago (2016-10-11 16:28:01 UTC) #8
Lei Zhang
https://codereview.chromium.org/2406893003/diff/1/fpdfsdk/cpdfsdk_formfillenvironment.h File fpdfsdk/cpdfsdk_formfillenvironment.h (right): https://codereview.chromium.org/2406893003/diff/1/fpdfsdk/cpdfsdk_formfillenvironment.h#newcode165 fpdfsdk/cpdfsdk_formfillenvironment.h:165: std::unique_ptr<CFFL_InteractiveFormFiller> m_pFormFiller; On 2016/10/11 14:13:26, dsinclair wrote: > What ...
4 years, 2 months ago (2016-10-11 19:38:28 UTC) #9
Tom Sepez
lgtm
4 years, 2 months ago (2016-10-11 20:36:17 UTC) #10
Lei Zhang
4 years, 2 months ago (2016-10-11 21:24:10 UTC) #11
I'm going to close this because dsinclair wrote a similar patch.

Powered by Google App Engine
This is Rietveld 408576698