Issue 116786

Summary: framework::ToolBarLayoutManger::m_p{AddonOptions,GlobalSettings} leak
Product: General Reporter: Stephan Bergmann <stephan.bergmann.secondary>
Component: codeAssignee: Stephan Bergmann <stephan.bergmann.secondary>
Status: CLOSED FIXED QA Contact: issues@framework <issues>
Severity: Trivial    
Priority: P3 CC: carsten.driesner, issues
Version: DEV300m98   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
fix none

Description Stephan Bergmann 2011-02-03 15:12:31 UTC
pointer members
framework::ToolBarLayoutMananger::m_p{AddonOptions,GlobalSettings} are bound to
new-created objects (in implts_createAddonsToolBars resp.
implts_readWindowStateData) that are never deleted; attached
toolbarlayoutmanager.patch fixes this
Comment 1 Stephan Bergmann 2011-02-03 15:13:02 UTC
Created attachment 75758 [details]
fix
Comment 2 Stephan Bergmann 2011-02-07 10:16:15 UTC
attached toolbarlayoutmanager.patch fix applied as
<http://hg.services.openoffice.org/cws/sb140/rev/700c019abcec>