To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=79179
------- Additional comments from [EMAIL PROTECTED] Thu Oct 11 10:42:59 +0000 2007 ------- pNewArr is local to the methods using the new macros and is passed into them and the macros on detecting an error delete the pNewArr passed to them and cause an immediate return, so there's no room for accessing pNewArr anymore. If you wanted you could probably leave the original macros in there, and instead update the code around the macros to have an auto_ptr to pNewArr and instead exlictedly pass ownership of pNewArr to *ppArr on the success, that'd also have the desired effect of releasing it on the error path. --------------------------------------------------------------------- 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]
