Issue 116786 - framework::ToolBarLayoutManger::m_p{AddonOptions,GlobalSettings} leak
Summary: framework::ToolBarLayoutManger::m_p{AddonOptions,GlobalSettings} leak
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: DEV300m98
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: Stephan Bergmann
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-03 15:12 UTC by Stephan Bergmann
Modified: 2017-05-20 10:30 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
fix (2.88 KB, text/plain)
2011-02-03 15:13 UTC, Stephan Bergmann
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
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>