To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73139
                 Issue #|73139
                 Summary|testtool crashes because of wrong delete order
               Component|utilities
                 Version|OOo 2.1
                Platform|PC
                     URL|
              OS/Version|Linux
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|gh
             Reported by|pmladek





------- Additional comments from [EMAIL PROTECTED] Thu Jan  4 10:37:49 -0800 
2007 -------
I have investigated a crash of testtool. It was caused by a wrong order of
delete commands. pImpl was deleted before pImpl->pChildEnv. It is fixed by the 
attached patch.

BTW: When I investigated the code, I found that the following variables were
allocated in the constructor but not deleted in the destructor. Is it OK?

    pImpl->xErrorList
    pImpl->xWarningList
    pImpl->xQAErrorList
    pImpl->xIncludeFileWarningList

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to