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

Issue 33203002: Fix out of order destruction error (Closed)

Created:
7 years, 2 months ago by robertphillips
Modified:
7 years, 2 months ago
Reviewers:
bsalomon
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

If GrContext is destroyed without a preceding flush, an out of order destruction error can occur. Specifically, the GrTextureStripAtlas can be freed before all the effects using it have been freed. Please see: https://code.google.com/p/skia/issues/detail?id=1733

Patch Set 1 #

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

Messages

Total messages: 3 (0 generated)
robertphillips
7 years, 2 months ago (2013-10-21 17:35:22 UTC) #1
bsalomon
lgtm
7 years, 2 months ago (2013-10-21 17:36:49 UTC) #2
robertphillips
7 years, 2 months ago (2013-10-21 17:37:44 UTC) #3
Message was sent while issue was closed.
committed as r11888

Powered by Google App Engine
This is Rietveld 408576698