fix for GrBatchAtlas valgrind error
TBR=bsalomon@google.com BUG=skia: Review URL: https://codereview.chromium.org/1056383005
This commit is contained in:
parent
8440baa5d5
commit
8e71d38126
@ -147,7 +147,7 @@ private:
|
||||
}
|
||||
|
||||
~BatchPlot() {
|
||||
SkDELETE_ARRAY(fData);
|
||||
sk_free(fData);
|
||||
fData = NULL;
|
||||
delete fRects;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user