Description: MacOS: memory leaks memory with multiple invocations when accessing table properties Steps to Reproduce: 1. Start the Instruments 2. Choose Memory Leak profile tool 3. Select LibreOffice.app in instdir as target process 4. Click on the record button, LODev is started by the profiling tool 5. Wait for the StartCenter to load. 6. Click on the new Writer document icon to open a blank Writer document. 7. Insert a 2x2 table 8. Table -> Properties -> table tab 9. Select "Left" and check relative 10. Press OK -> Leak Actual Results: Multiple (small) leaks Expected Results: No leaks Reproducible: Always User Profile Reset: No Additional Info: Version: 6.1.0.1 Build ID: 378e26bd4f22a135cef5fa17afd5d4171d8da21a CPU threads: 4; OS: Mac OS X 10.12.6; UI render: default; Locale: nl-NL (nl_NL.UTF-8); Calc: group threaded
Similar type of leak when Opening/closing the Edit -> Paste Special dialog
Created attachment 143835 [details] Screenshot of mallocs Enclosing a screenshot of the mallocs identified by the Instruments.app - there seems to be a lot of allocations for stuff in rtl_string2UString_status and bool insertItems<ListBox>
I don't see these when the table property is changed though, rather afterwards when LibreOffice isn't doing much else just before I shut down the LO process.
Created attachment 143836 [details] Video screen capture scrolling through mallocs I made a video screen capture (using the QuickTime utility) scrolling through each malloc, with the code calls used displayed on the right.
Isn't this a duplicate of 119158 ?
*** This bug has been marked as a duplicate of bug 119158 ***