| commit | 583a1e38503ebd57ba9bd39a3fabe89bead8e76c | [log] [tgz] |
|---|---|---|
| author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Aug 17 13:42:46 2011 +0000 |
| committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Aug 17 13:42:46 2011 +0000 |
| tree | 61da96ca82499b574dca06eb8d5f736b39b46a92 | |
| parent | 7b13aca86f7c68322a1e84f5ca646f7dc9cade6b [diff] [blame] |
Fixed r2125. Identical change but also moves GrTesselatedPathRenderer.h to src dir. Verbal SGTM from Tom who reviewed the original version at: http://codereview.appspot.com/4894050/ git-svn-id: http://skia.googlecode.com/svn/trunk@2129 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gpu/src/GrGpu.cpp b/gpu/src/GrGpu.cpp index 53b5c03..cde851d 100644 --- a/gpu/src/GrGpu.cpp +++ b/gpu/src/GrGpu.cpp
@@ -62,6 +62,8 @@ GrGpu::~GrGpu() { this->releaseResources(); + GrSafeUnref(fDefaultPathRenderer); + GrSafeUnref(fClientPathRenderer); } void GrGpu::abandonResources() {