Closed
Bug 50571
Opened 24 years ago
Closed 24 years ago
[MLK] Leaking PRUnichar* originalRecipients[MAX_OF_RECIPIENT_ARRAY];
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
(2 files)
(deleted),
text/html
|
Details | |
(deleted),
patch
|
Details | Diff | Splinter Review |
See the bonsai URL above. This entire array is leaking, as the calls to
m_compFields->GetTo(), GetCc() and GetBcc() allocate copies of those fields. This
will leak whenever we send e-mail messages.
Reporter | ||
Comment 1•24 years ago
|
||
Comment 7•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.
Verified FIXED
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
•