Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(7)

Issue 7448051: Address some valgrind issues (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 4 months ago by robertphillips
Modified:
11 years, 4 months ago
Reviewers:
JimVV, bsalomon, reed1
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Address some valgrind issues

Patch Set 1 #

Patch Set 2 : Removed unneeded header #

Total comments: 6

Patch Set 3 : fixed nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -5 lines) Patch
M include/core/SkString.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/gl/GrGLProgram.cpp View 1 2 1 chunk +6 lines, -2 lines 0 comments Download
M src/gpu/gl/GrGpuGL.h View 1 2 3 chunks +5 lines, -2 lines 0 comments Download
M tests/GradientTest.cpp View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 6
robertphillips
11 years, 4 months ago (2013-03-04 19:28:22 UTC) #1
bsalomon
lgtm https://codereview.appspot.com/7448051/diff/2001/src/gpu/gl/GrGLProgram.cpp File src/gpu/gl/GrGLProgram.cpp (right): https://codereview.appspot.com/7448051/diff/2001/src/gpu/gl/GrGLProgram.cpp#newcode206 src/gpu/gl/GrGLProgram.cpp:206: desc->fEdgeAttributeIndex = drawState.getAttribIndex(GrDrawState::kEdge_AttribIndex); minor nit: I'd no longer ...
11 years, 4 months ago (2013-03-04 19:32:15 UTC) #2
reed1
https://codereview.appspot.com/7448051/diff/2001/include/core/SkString.h File include/core/SkString.h (right): https://codereview.appspot.com/7448051/diff/2001/include/core/SkString.h#newcode53 include/core/SkString.h:53: char *ret = (char *) sk_malloc_throw(strlen(string)+1); Sheeite! How did ...
11 years, 4 months ago (2013-03-04 19:35:26 UTC) #3
robertphillips
https://codereview.appspot.com/7448051/diff/2001/include/core/SkString.h File include/core/SkString.h (right): https://codereview.appspot.com/7448051/diff/2001/include/core/SkString.h#newcode53 include/core/SkString.h:53: char *ret = (char *) sk_malloc_throw(strlen(string)+1); We only call ...
11 years, 4 months ago (2013-03-04 19:37:48 UTC) #4
JimVV
LGTM On 2013/03/04 19:37:48, robertphillips wrote: > https://codereview.appspot.com/7448051/diff/2001/include/core/SkString.h > File include/core/SkString.h (right): > > https://codereview.appspot.com/7448051/diff/2001/include/core/SkString.h#newcode53 ...
11 years, 4 months ago (2013-03-04 19:50:07 UTC) #5
robertphillips
11 years, 4 months ago (2013-03-04 20:04:11 UTC) #6
Message was sent while issue was closed.
committed as r7966
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b