mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-4507 ~LayoutEngine() needs to delete fGlyphStorage (and doesn't need to call reset())
X-SVN-Rev: 17932
This commit is contained in:
parent
8250658adb
commit
4fdb123022
1 changed files with 1 additions and 1 deletions
|
@ -551,7 +551,7 @@ LayoutEngine *LayoutEngine::layoutEngineFactory(const LEFontInstance *fontInstan
|
|||
}
|
||||
|
||||
LayoutEngine::~LayoutEngine() {
|
||||
reset();
|
||||
delete fGlyphStorage;
|
||||
}
|
||||
|
||||
U_NAMESPACE_END
|
||||
|
|
Loading…
Add table
Reference in a new issue