aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/gpu/GrBatchAtlas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrBatchAtlas.cpp b/src/gpu/GrBatchAtlas.cpp
index faa26c49f4..b983438900 100644
--- a/src/gpu/GrBatchAtlas.cpp
+++ b/src/gpu/GrBatchAtlas.cpp
@@ -147,7 +147,7 @@ private:
}
~BatchPlot() {
- SkDELETE_ARRAY(fData);
+ sk_free(fData);
fData = NULL;
delete fRects;
}