ICU-4507 ~LayoutEngine() needs to delete fGlyphStorage (and doesn't need to call reset())

X-SVN-Rev: 17932
This commit is contained in:
Eric Mader 2005-06-17 00:16:35 +00:00
parent 8250658adb
commit 4fdb123022

View file

@ -551,7 +551,7 @@ LayoutEngine *LayoutEngine::layoutEngineFactory(const LEFontInstance *fontInstan
}
LayoutEngine::~LayoutEngine() {
reset();
delete fGlyphStorage;
}
U_NAMESPACE_END