Changeset - r28584:d5de6992fa2a
master
0
5
0
Fix: Memory leak in ICUParagraphLayout::NextLine() (#11895)
This function calls icu::BreakIterator::createLineInstance() but does not clean up after it.
Instead use a static instance that is cloned (for thread-safety) and deleted as necessary.
This function calls icu::BreakIterator::createLineInstance() but does not clean up after it.
Instead use a static instance that is cloned (for thread-safety) and deleted as necessary.
5 files changed with 45 insertions and 4 deletions:
0 comments (0 inline, 0 general)
0 comments (0 inline, 0 general)