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

          Issue ID: 124623
        Issue Type: DEFECT
           Summary: Memory leak with extension's Options page
           Product: General
           Version: OOo 3.3 or older
          Hardware: All
                OS: All
            Status: CONFIRMED
          Severity: normal
          Priority: P3
         Component: code
          Assignee: [email protected]
          Reporter: [email protected]

Steps "to reproduce it":

- Create a C++ extension that adds Options pages to OpenOffice's Options
dialog, see
https://wiki.openoffice.org/wiki/Documentation/DevGuide/Extensions/Options_Dialog

- The extension has to provide a component implementing
com.sun.star.awt.XContainerWindowEventHandler, see
https://wiki.openoffice.org/wiki/Documentation/DevGuide/Extensions/Saving_and_Reading_Data_for_the_Options_Page

- The lifetime of this C++ UNO object is controlled by reference count. The
application terminates without the object being deleted, with a reference count
> 0.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

Reply via email to