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

Issue 148593003: fix auto-delete bug that crept in with new fast blur path; is causing (Closed)

Created:
6 years, 10 months ago by humper
Modified:
6 years, 10 months ago
CC:
skia-review_googlegroups.com
Base URL:
https://skia.googlesource.com/skia.git@master
Visibility:
Public.

Description

fix auto-delete bug that crept in with new fast blur path; is causing some of the valgrind errors. BUG=skia:2111 Committed: http://code.google.com/p/skia/source/detail?r=13257

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -1 line) Patch
M include/core/SkTemplates.h View 1 chunk +7 lines, -0 lines 1 comment Download
M src/effects/SkBlurMaskFilter.cpp View 2 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 11 (0 generated)
humper
The profile arrays were leaking; that should be fixed now. However, this CL doesn't fix ...
6 years, 10 months ago (2014-01-31 00:03:51 UTC) #1
robertphillips
https://codereview.chromium.org/148593003/diff/1/include/core/SkTemplates.h File include/core/SkTemplates.h (right): https://codereview.chromium.org/148593003/diff/1/include/core/SkTemplates.h#newcode183 include/core/SkTemplates.h:183: SkDELETE_ARRAY(fArray); Move the assignment outside of the if block?
6 years, 10 months ago (2014-01-31 00:23:13 UTC) #2
robertphillips
I retract that comment (must be getting tired). lgtm
6 years, 10 months ago (2014-01-31 00:24:29 UTC) #3
robertphillips
One option would be to model it on how the GrTextureStripAtlas handles its texture.
6 years, 10 months ago (2014-01-31 00:37:29 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/humper@google.com/148593003/1
6 years, 10 months ago (2014-01-31 00:41:58 UTC) #5
commit-bot: I haz the power
Presubmit check for 148593003-1 failed and returned exit status 1. Running presubmit commit checks ...
6 years, 10 months ago (2014-01-31 00:42:02 UTC) #6
bsalomon
On 2014/01/31 00:03:51, humper wrote: > Brian -- the horizontal and vertical scanline textures that ...
6 years, 10 months ago (2014-01-31 00:46:18 UTC) #7
bsalomon
lgtm
6 years, 10 months ago (2014-01-31 00:47:36 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/humper@google.com/148593003/1
6 years, 10 months ago (2014-01-31 00:47:47 UTC) #9
commit-bot: I haz the power
Change committed as 13257
6 years, 10 months ago (2014-01-31 01:00:51 UTC) #10
commit-bot: I haz the power
6 years, 10 months ago (2014-01-31 01:00:57 UTC) #11
Message was sent while issue was closed.
CQ bit was unchecked on CL. Ignoring.

Powered by Google App Engine
This is Rietveld 408576698