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

Issue 6453066: Fixed minor memory leaks (Closed)

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

Description

Fixed minor memory leaks

Patch Set 1 #

Patch Set 2 : Cleaned up #

Patch Set 3 : Cleaned up some more #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -6 lines) Patch
M samplecode/SampleDecode.cpp View 2 chunks +2 lines, -1 line 0 comments Download
M src/gpu/gl/debug/GrDebugGL.h View 1 2 2 chunks +22 lines, -3 lines 2 comments Download
M src/gpu/gl/debug/GrDebugGL.cpp View 2 chunks +5 lines, -2 lines 0 comments Download
M src/gpu/gl/debug/GrGLCreateDebugInterface.cpp View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 3
robertphillips
12 years, 2 months ago (2012-07-31 18:03:08 UTC) #1
bsalomon
LGTM http://codereview.appspot.com/6453066/diff/1005/src/gpu/gl/debug/GrDebugGL.h File src/gpu/gl/debug/GrDebugGL.h (right): http://codereview.appspot.com/6453066/diff/1005/src/gpu/gl/debug/GrDebugGL.h#newcode88 src/gpu/gl/debug/GrDebugGL.h:88: GrAssert(0 < gStaticRefCount); gStaticRefCount > 0 ?
12 years, 2 months ago (2012-07-31 19:11:53 UTC) #2
robertphillips
12 years, 2 months ago (2012-07-31 19:23:22 UTC) #3
committed as r4866

http://codereview.appspot.com/6453066/diff/1005/src/gpu/gl/debug/GrDebugGL.h
File src/gpu/gl/debug/GrDebugGL.h (right):

http://codereview.appspot.com/6453066/diff/1005/src/gpu/gl/debug/GrDebugGL.h#...
src/gpu/gl/debug/GrDebugGL.h:88: GrAssert(0 < gStaticRefCount);
Aren't we always supposed to have the un-modifiable value on the LHS?
Sign in to reply to this message.

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