aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/typeface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/typeface.cpp')
-rw-r--r--gm/typeface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/typeface.cpp b/gm/typeface.cpp
index af04725a3f..9c7363091c 100644
--- a/gm/typeface.cpp
+++ b/gm/typeface.cpp
@@ -35,7 +35,7 @@ public:
for (size_t i = 0; i < SK_ARRAY_COUNT(gFaces); i++) {
fFaces[i]->unref();
}
- delete fFaces;
+ delete [] fFaces;
}
protected: