To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99712
                 Issue #|99712
                 Summary|i18npool: unused code which should have been called
               Component|l10n
                 Version|DEV300m42
                Platform|All
                     URL|
              OS/Version|Linux
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|i18npool
             Assigned to|er
             Reported by|cmc





------- Additional comments from c...@openoffice.org Fri Feb 27 10:59:28 +0000 
2009 -------
The (implicit) destructor for OutlineNumberingLevel_Impl is never called. On
inspection we have in LocaleData::getOutlineNumberingLevels a

OutlineNumberingLevel_Impl* level = new OutlineNumberingLevel_Impl[X] which is
passed to OutlineNumbering. There is no delete of that array anywhere. I suspect
that ownership of the level array should pass to OutlineNumbering and it should
be responsible for deleting it. Somebody should be at least.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@l10n.openoffice.org
For additional commands, e-mail: issues-h...@l10n.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to