https://issues.apache.org/ooo/show_bug.cgi?id=124269
Bug ID: 124269
Issue Type: DEFECT
Summary: memory leak in drawinglayer's
TextLayouterDevice::getTextArray()
Product: General
Version: 3.4.0
Hardware: All
OS: All
Status: CONFIRMED
Keywords: performance
Severity: normal
Priority: P3
Component: code
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
Drawinglayer's TextLayouterDevice class has a method getTextArray() that
allocates a temporary integer array but never deletes it. As there is often a
lot of text to be measured that leak is quite significant.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.