You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2012/08/22 15:06:17 UTC

[Bug 120663] New: FrameView object created in SlideSorterViewShell and ToolPanelViewShell constructor is never released

https://issues.apache.org/ooo/show_bug.cgi?id=120663

          Priority: P2
            Bug ID: 120663
          Assignee: ooo-issues@incubator.apache.org
           Summary: FrameView object created in SlideSorterViewShell and
                    ToolPanelViewShell constructor is never released
          Severity: normal
        Issue Type: DEFECT
    Classification: Application
                OS: All
          Reporter: zhangjf@apache.org
          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.

[Bug 120663] FrameView object created in SlideSorterViewShell and ToolPanelViewShell constructor is never released

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120663

--- Comment #6 from zhang jianfang <zh...@apache.org> ---
Sorry, the previous delivery by revision 1380115 is for bug i120662. I
delivered the code with wrong bug number.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 120663] FrameView object created in SlideSorterViewShell and ToolPanelViewShell constructor is never released

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120663

zhang jianfang <zh...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #79068|                            |review?
              Flags|                            |

--- Comment #1 from zhang jianfang <zh...@apache.org> ---
Created attachment 79068
  --> https://issues.apache.org/ooo/attachment.cgi?id=79068&action=edit
fix code patch

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 120663] FrameView object created in SlideSorterViewShell and ToolPanelViewShell constructor is never released

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120663

zhang jianfang <zh...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #79068|review?                     |
              Flags|                            |

--- Comment #4 from zhang jianfang <zh...@apache.org> ---
Comment on attachment 79068
  --> https://issues.apache.org/ooo/attachment.cgi?id=79068
fix code patch

Remove review tag.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 120663] FrameView object created in SlideSorterViewShell and ToolPanelViewShell constructor is never released

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120663

zhang jianfang <zh...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|ooo-issues@incubator.apache |zhangjf@apache.org
                   |.org                        |

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 120663] FrameView object created in SlideSorterViewShell and ToolPanelViewShell constructor is never released

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120663

zhang jianfang <zh...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |AOO 3.5.0

--- Comment #3 from zhang jianfang <zh...@apache.org> ---
delivered to 3.5 trunk.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 120663] FrameView object created in SlideSorterViewShell and ToolPanelViewShell constructor is never released

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120663

--- Comment #2 from SVN Robot <sv...@dev.null.org> ---
"zhangjf" committed SVN revision 1380109 into trunk:
#i120663#, FrameView object created in SlideSorterViewShell and
ToolPanelView...

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 120663] FrameView object created in SlideSorterViewShell and ToolPanelViewShell constructor is never released

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120663

--- Comment #5 from SVN Robot <sv...@dev.null.org> ---
"zhangjf" committed SVN revision 1380115 into trunk:
#i120663#, The slave SvXMLImportContext object for
SdXMLNumberFormatMemberImp...

-- 
You are receiving this mail because:
You are the assignee for the bug.