https://issues.apache.org/ooo/show_bug.cgi?id=120663
Priority: P2
Bug ID: 120663
Assignee: [email protected]
Summary: FrameView object created in SlideSorterViewShell and
ToolPanelViewShell constructor is never released
Severity: normal
Issue Type: DEFECT
Classification: Application
OS: All
Reporter: [email protected]
Hardware: All
Status: CONFIRMED
Version: AOO350-dev
Component: code
Product: presentation
In both SlideSorterViewShell and ToolPanelViewShell, there is below code,
...
if ( pFrameViewArgument )
mpFrameView = pFrameViewArgument;
else
mpFrameView = new FrameView( GetDoc() );
GetFrameView()->Connect();
...
While in destructor, the paired call to,
GetFrameView()->Connect();
is missing.
--
You are receiving this mail because:
You are the assignee for the bug.