Closed
Bug 86277
Opened 24 years ago
Closed 23 years ago
nsURLFetcherStreamConsumer::OnStopRequest leaks
Categories
(MailNews Core :: Composition, defect)
MailNews Core
Composition
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.
Reporter | ||
Updated•24 years ago
|
Keywords: mlk
Summary: nsURLFetcherStreamConsumer::OnStopRequest leaks → nsURLFetcherStreamConsumer::OnStopRequest leaks
QA Contact: sheelar → stephend
Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.7
Assignee | ||
Comment 1•23 years ago
|
||
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.
Comment 2•23 years ago
|
||
Where are we with this?
Assignee | ||
Comment 3•23 years ago
|
||
stephen, can you confirme this leak?
David, what are the steps to reproduce?
Reporter | ||
Comment 5•23 years ago
|
||
Oops.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
verified, per dbaron's 'oops' comment ;-P
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•