From bf5703e52e3304246cbf0e73f6976f7d7312d238 Mon Sep 17 00:00:00 2001 From: Chris Craik Date: Wed, 13 Feb 2013 19:47:24 +0000 Subject: Revert "Use RenderScript for large text blurs" This reverts commit 3f76e65d251ead65fe8ff98e3bd4c7623fbaac07 Change-Id: Ia81cd485e5ca696bb284c419dc8a1d2f3247100e --- libs/hwui/TextDropShadowCache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/hwui/TextDropShadowCache.cpp') diff --git a/libs/hwui/TextDropShadowCache.cpp b/libs/hwui/TextDropShadowCache.cpp index db7bd489b404..9c7a5ab3d077 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; -- cgit v1.2.3-59-g8ed1b