aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2014-06-29 17:04:24 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-06-29 17:04:24 -0700
commitd9cf38aeaf64a23c26f3927f97c33e14fbefad35 (patch)
treea4338959e2934648d4ef1793017c96a786bac632
parent40d9c0e331fe2b76b4e13ca6cdf1ea50451ba6cc (diff)
Revert of Fix memory leak in "Begin atlasing" (https://codereview.chromium.org/361663002/)
Reason for revert: Sigh Original issue's description: > Fix memory leak in (Begin atlasing https://codereview.chromium.org/354533004/) > > TBR=bsalomon@google.com > > Committed: https://skia.googlesource.com/skia/+/40d9c0e331fe2b76b4e13ca6cdf1ea50451ba6cc R=bsalomon@google.com TBR=bsalomon@google.com NOTREECHECKS=true NOTRY=true Author: robertphillips@google.com Review URL: https://codereview.chromium.org/360663002
-rw-r--r--src/gpu/GrLayerCache.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpu/GrLayerCache.cpp b/src/gpu/GrLayerCache.cpp
index eb0cc8a668..5f657c7342 100644
--- a/src/gpu/GrLayerCache.cpp
+++ b/src/gpu/GrLayerCache.cpp
@@ -47,7 +47,6 @@ GrLayerCache::GrLayerCache(GrContext* context)
}
GrLayerCache::~GrLayerCache() {
- this->freeAll();
}
void GrLayerCache::initAtlas() {