Closed
Bug 103023
Opened 24 years ago
Closed 24 years ago
memory leak in MimeMultipartRelated object
Categories
(MailNews Core :: MIME, defect)
MailNews Core
MIME
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: Bienvenu, Assigned: Bienvenu)
Details
(Keywords: memory-leak)
Attachments
(2 files, 1 obsolete file)
36.05 KB,
text/plain
|
Details | |
724 bytes,
patch
|
Bienvenu
:
review+
sspitzer
:
superreview+
|
Details | Diff | Splinter Review |
the member variable head_buffer is never freed when parsing a mime multipart
related message - this is a 50K leak everytime we parse one of these. I'll
attach the fix, and a sample message.
Assignee | ||
Comment 1•24 years ago
|
||
Assignee | ||
Comment 2•24 years ago
|
||
Assignee | ||
Updated•24 years ago
|
Attachment #51968 -
Attachment is obsolete: true
Assignee | ||
Comment 3•24 years ago
|
||
Assignee | ||
Comment 4•24 years ago
|
||
Comment on attachment 51973 [details] [diff] [review]
fix that clears the size and fp members as well
r=ducarroz
Attachment #51973 -
Flags: review+
Comment 5•24 years ago
|
||
Comment on attachment 51973 [details] [diff] [review]
fix that clears the size and fp members as well
sr=sspitzer
Attachment #51973 -
Flags: superreview+
Assignee | ||
Comment 6•24 years ago
|
||
fix checked in.
Assignee | ||
Updated•24 years ago
|
QA Contact: esther → stephend
Verified FIXED with the latest CVS trunk build running Purify on Windows 2000
(before the current horkage), and with the test message saved as a file with no
extensions in windows. (But we're leaking a few 8 byte MIME 'thingies'
elsewhere ;-)).
Status: RESOLVED → VERIFIED
Updated•21 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
•