To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79057
                 Issue #|79057
                 Summary|resource leak in svtools
               Component|utilities
                 Version|OOo 2.2.1
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|hro
             Reported by|cmc





------- Additional comments from [EMAIL PROTECTED] Sun Jul  1 16:53:16 +0000 
2007 -------
in svtools/source/control/calendar.cxx I see that we have a call to 

Table* pOldSel = new Table( *mpSelectTable );

and we don't delete pOldSel, we do for other common patterns of that pOldSel
usage, and in this case it is only passed to one method which itself doesn't
delete it. 

patch attached

---------------------------------------------------------------------
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