Closed
Bug 50662
Opened 24 years ago
Closed 24 years ago
[MLK] Leaking nsISupportsArray in nsMsgComposeAndSend::GetMultipartRelatedCount()
Categories
(MailNews Core :: Composition, defect, P3)
MailNews Core
Composition
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: beard, Assigned: vparthas)
References
()
Details
(Keywords: memory-leak)
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
Trivial leak, aNodeList is leaking. Either use an nsCOMPtr, or
NS_RELEASE(aNodeList).
Updated•24 years ago
|
Assignee: ducarroz → varada
Status: ASSIGNED → NEW
Comment 3•24 years ago
|
||
reassign to varada
Adding mscott for SR.
Patch with r=ducarroz
Status: NEW → ASSIGNED
Comment 6•24 years ago
|
||
sr=mscott
Marking Fixed.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
QA Contact: lchiang → stephend
I just checked this with my latest Win2K trunk pull running under Purify, and
neither by clicking on on the 'Address' button nor typing in the mail compose
widget did I see this leak.
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•