aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-15 14:36:41 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-15 14:36:41 +0000
commit5d8d18651a64f62dbb8881794e23f53bf22c9a23 (patch)
treef1de838dc1288635ea2cfb08ba01d808fd95a5f0 /gm
parent5bdef29ae0f5a495381cd2c9787ce7c112e58354 (diff)
Addressed Windows compiler complaints
http://codereview.appspot.com/6462062/ This CL will require re-baselining of the imagemagnifier GM git-svn-id: http://skia.googlecode.com/svn/trunk@5108 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gm')
-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: