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

Issue 69633003: Fix a memory leak in SkGPipeCanvas. (Closed)

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

Description

Fix a memory leak in SkGPipeCanvas. In cross process mode (currently unused but tested on the bots), SkGPipeCanvas has a tangle of circular references, which prevents it from being deleted. Break the chain of references. R=junov@chromium.org Committed: https://code.google.com/p/skia/source/detail?r=12237

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -47 lines) Patch
M src/pipe/SkGPipeWrite.cpp View 8 chunks +71 lines, -47 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
scroggo
7 years, 1 month ago (2013-11-11 23:49:57 UTC) #1
Justin Novosad
Wow, this must have been fun to debug (sarcasm). Thanks for the clear explanation in ...
7 years, 1 month ago (2013-11-12 02:42:02 UTC) #2
scroggo
7 years, 1 month ago (2013-11-12 14:32:43 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r12237 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698