Closed Bug 86277 Opened 23 years ago Closed 23 years ago

nsURLFetcherStreamConsumer::OnStopRequest leaks

Categories

(MailNews Core :: Composition, defect)

defect
Not set
normal

Tracking

(Not tracked)

VERIFIED INVALID
mozilla0.9.7

People

(Reporter: dbaron, Assigned: bugzilla)

References

()

Details

(Keywords: memory-leak)

Even with scc's fix to bug 85271, nsURLFetcherStreamConsumer::OnStopRequest
 leaks |contentType| when the PL_strcasecmp returns 0.
Keywords: mlk
Summary: nsURLFetcherStreamConsumer::OnStopRequest leaks → nsURLFetcherStreamConsumer::OnStopRequest leaks
Blocks: 92580
QA Contact: sheelar → stephend
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.7
No longer blocks: 92580
I don't see a leak! either contentType is adopted by mContentType (which we free
it automatically) or it's deleted by nsCRT::free(contentType). Same for charSet.
Where are we with this?
stephen, can you confirme this leak?
David, what are the steps to reproduce?
Oops.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
verified, per dbaron's 'oops' comment ;-P
Status: RESOLVED → VERIFIED
Product: MailNews → Core
Product: Core → MailNews Core
You need to log in before you can comment on or make changes to this bug.