https://issues.apache.org/ooo/show_bug.cgi?id=120098
--- Comment #1 from ChaoHuang <[email protected]> --- An unnamed object typed SotStorage will be created on heap when calling function SotStorage::OpenSotStorage. There is no place to release it. So it is a memory leak. The solution is to add a reference as a member data to record the unnamed object. The reference will be release in destructor in class WW8Export. -- You are receiving this mail because: You are the assignee for the bug.
