]> granicus.if.org Git - icu/commitdiff
ICU-10143 set to null was a mistake. fGlyphStorage is null when theres already an...
authorSteven R. Loomis <srl@icu-project.org>
Sat, 18 May 2013 00:06:58 +0000 (00:06 +0000)
committerSteven R. Loomis <srl@icu-project.org>
Sat, 18 May 2013 00:06:58 +0000 (00:06 +0000)
X-SVN-Rev: 33680

icu4c/source/layout/LayoutEngine.cpp

index 485b9737ea74d0b56bbf4677c055cf85c34b992b..9e74995362b46cafb6ec3572c65cbe1b80112974 100644 (file)
@@ -512,7 +512,6 @@ void LayoutEngine::reset()
 {
   if(fGlyphStorage!=NULL) {
     fGlyphStorage->reset();
-    fGlyphStorage = NULL;
   }
 }