https://issues.apache.org/ooo/show_bug.cgi?id=120106
--- Comment #1 from ChaoHuang <[email protected]> --- There is a local container aFlyPos with type SwPosFlyFrms declared in the beginning of function "SwHTMLWriter::CollectFlyFrms". It will call function "SwDoc::GetAllFlyFmts" to fill the container. All the elements in the container are created on heap. But they are not deleted in any place. So it is a memory leak. The solution is to release all the element in the container. -- You are receiving this mail because: You are the assignee for the bug.
