summaryrefslogtreecommitdiff
path: root/libs/hwui/TextDropShadowCache.cpp
diff options
context:
space:
mode:
author Chris Craik <ccraik@google.com> 2013-02-13 19:32:55 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2013-02-13 19:32:56 +0000
commitbce29d2a549c374e642ad7a41a1daf869b46f53c (patch)
tree215381512ad9237f14f6579637c4cca1909f7597 /libs/hwui/TextDropShadowCache.cpp
parenteff99182297f1c762789237a7d66c9bef754a3d7 (diff)
parent3f76e65d251ead65fe8ff98e3bd4c7623fbaac07 (diff)
Merge "Use RenderScript for large text blurs"
Diffstat (limited to 'libs/hwui/TextDropShadowCache.cpp')
-rw-r--r--libs/hwui/TextDropShadowCache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/TextDropShadowCache.cpp b/libs/hwui/TextDropShadowCache.cpp
index 9c7a5ab3d077..db7bd489b404 100644
--- a/libs/hwui/TextDropShadowCache.cpp
+++ b/libs/hwui/TextDropShadowCache.cpp
@@ -222,7 +222,7 @@ ShadowTexture* TextDropShadowCache::get(SkPaint* paint, const char* text, uint32
}
// Cleanup shadow
- delete[] shadow.image;
+ delete shadow.image;
}
return texture;