https://issues.apache.org/ooo/show_bug.cgi?id=120106
Armin Le Grand <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Armin Le Grand <[email protected]> --- ALG SwPosFlyFrms and GetAllFlyFmts is not only used in htmlfly.cxx, but also in unoobj2.cxx and writerhelper.cxx. Only in writerhelper.cxx is already a freeing mechanism, thus the mem leak is also for unoobj2.cxx. In all cases the list is filled by calling GetAllFlyFmts, so ideal would be a helper class to hold the results which does automatic cleanups on destruction. Investigating further... -- You are receiving this mail because: You are the assignee for the bug.
