Fix valgrind reported issue, uninit mem in AutoReleaseGeometry::reset()
Review URL: http://codereview.appspot.com/4667048/ git-svn-id: http://skia.googlecode.com/svn/trunk@1761 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
f83ceb9973
commit
cb0c5ab54d
@ -965,5 +965,7 @@ void GrDrawTarget::AutoReleaseGeometry::reset() {
|
||||
}
|
||||
fTarget = NULL;
|
||||
}
|
||||
fVertices = NULL;
|
||||
fIndices = NULL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user