Bug 112410 - o3tl::cow_wrapper<ImplFont, o3tl::UnsafeRefCountingPolicy>::make_unique() leaks memory
Summary: o3tl::cow_wrapper<ImplFont, o3tl::UnsafeRefCountingPolicy>::make_unique() lea...
Status: RESOLVED DUPLICATE of bug 112409
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
6.0.0.0.alpha0+
Hardware: All macOS (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-15 15:35 UTC by Telesto
Modified: 2017-09-15 15:37 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments
BT & screenshots (397.72 KB, application/x-zip-compressed)
2017-09-15 15:36 UTC, Telesto
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Telesto 2017-09-15 15:35:52 UTC
Description:
o3tl::cow_wrapper<ImplFont, o3tl::UnsafeRefCountingPolicy>::make_unique() leaks memory

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 Impress document icon to open a Impress document.
7. Choose a template
8. LibreOffice -> Preferences
9. Load/Save -> Set autosave to 1 minute
10. Press OK
11. Wait for the autosave
12. Stop recording (after the closing is fully processed) 
13. Analyse the profile trace.

Actual Results:  
o3tl::cow_wrapper<ImplFont, o3tl::UnsafeRefCountingPolicy>::make_unique() leaks memory

Expected Results:
Shouldn't do that


Reproducible: Always

User Profile Reset: No

Additional Info:
Version: 6.0.0.0.alpha0+
CPU threads: 4; OS: Mac OS X 10.12.4; UI render: default; 
Locale: en-US (en_US.UTF-8); Calc: group

Build from 5 September 



User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0
Comment 1 Telesto 2017-09-15 15:36:29 UTC
Created attachment 136268 [details]
BT & screenshots
Comment 2 Telesto 2017-09-15 15:37:48 UTC
Oops, also coming from SvxColorListBox::SvxColorListBox, so probably a dupe

*** This bug has been marked as a duplicate of bug 112409 ***