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

Issue 65283002: Create nonPOD before setjmp. (Closed)

Created:
7 years, 1 month ago by scroggo
Modified:
7 years, 1 month ago
Reviewers:
mtklein
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Create nonPOD before setjmp. With PNGAutoClean created after setjmp, when longjmp is called its destructor is never called. Create it before setjmp, ensuring that its destructor is called. R=mtklein@google.com Committed: https://code.google.com/p/skia/source/detail?r=12238

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M src/images/SkImageDecoder_libpng.cpp View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
scroggo
7 years, 1 month ago (2013-11-07 20:41:00 UTC) #1
mtklein
On 2013/11/07 20:41:00, scroggo wrote: lgtm
7 years, 1 month ago (2013-11-07 20:46:48 UTC) #2
scroggo
7 years, 1 month ago (2013-11-12 14:38:45 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r12238 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698