fix for GrBatchAtlas valgrind error

TBR=bsalomon@google.com
BUG=skia:

Review URL: https://codereview.chromium.org/1056383005
This commit is contained in:
joshualitt 2015-04-24 18:47:11 -07:00 committed by Commit bot
parent 8440baa5d5
commit 8e71d38126

View File

@ -147,7 +147,7 @@ private:
}
~BatchPlot() {
SkDELETE_ARRAY(fData);
sk_free(fData);
fData = NULL;
delete fRects;
}