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
This commit is contained in:
robertphillips 2014-06-29 17:04:24 -07:00 committed by Commit bot
parent 40d9c0e331
commit d9cf38aeaf

View File

@ -47,7 +47,6 @@ GrLayerCache::GrLayerCache(GrContext* context)
}
GrLayerCache::~GrLayerCache() {
this->freeAll();
}
void GrLayerCache::initAtlas() {