To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=79088 Issue #|79088 Summary|final coverity comments re vcl Component|gsl 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|pl Reported by|cmc
------- Additional comments from [EMAIL PROTECTED] Mon Jul 2 13:33:23 +0000 2007 ------- This is the last item from the coverity vcl logs, two sets of resource leaks, probably theoretical, I'll bundle them together here. a) in Bitmap::GetChecksum() we AcquireReadAccess but only ReleaseAccess if Width && Height are > 0. I assume with this patch that it is safe to Release after ImplSetChecksum is called (?) b) in ParseCMAP there seems to be a few error paths that return out without releasing new-ed memory, and on one patch reassigned to something a new replacement buffer. In the attached patch I think that the modifications are safe in that we don't delete anything that we later on require in court. --------------------------------------------------------------------- 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]
