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/23 05:17:49 UTC

[Bug 120669] New: Part of EmbedEventListener_Impl objects are not released when loading document having ole objects

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

          Priority: P2
            Bug ID: 120669
          Assignee: ooo-issues@incubator.apache.org
           Summary: Part of EmbedEventListener_Impl objects are not
                    released when loading document having ole objects
          Severity: normal
        Issue Type: DEFECT
    Classification: Code
                OS: All
          Reporter: zhangjf@apache.org
          Hardware: All
            Status: CONFIRMED
           Version: AOO 3.4.0
         Component: code
           Product: performance

The root cause is,

In function EmbeddedObjectRef::Clear(),  in case of mxObj.is() returns false,
the mpImp->xListener won't be released normally.  But this case does exist, and
cause a few of memory leaks.

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

[Bug 120669] Part of EmbedEventListener_Impl objects are not released when loading document having ole objects

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |120975

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

[Bug 120669] Part of EmbedEventListener_Impl objects are not released when loading document having ole objects

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

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

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

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

Make sure mpImp->xListener is always released correctly.

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

[Bug 120669] Part of EmbedEventListener_Impl objects are not released when loading document having ole objects

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #79075|0                           |1
        is obsolete|                            |
  Attachment #79075|review?                     |
              Flags|                            |

--- Comment #2 from zhang jianfang <zh...@apache.org> ---
Comment on attachment 79075
  --> https://issues.apache.org/ooo/attachment.cgi?id=79075
embedhlp.cxx.patch

Sorry, seems this patch cause some crash problem. Still need more study.

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