Closed
Bug 33308
Opened 26 years ago
Closed 26 years ago
[MLK] Leaking MimeRebuffers
Categories
(MailNews Core :: MIME, defect, P3)
MailNews Core
MIME
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: beard, Assigned: rhp)
References
()
Details
Attachments
(1 file)
|
5.20 KB,
text/html
|
Details |
This leak is caused by multiple calls to nsMimeBaseEmitter::Initialize() that
seem to be coming from nsStreamConverter::AsyncConvertData(). You should either
make sure that mBufferMgr isn't NULL before you overwrite it, or Initialize()
shouldn't be getting called more than once.
| Reporter | ||
Comment 1•26 years ago
|
||
| Assignee | ||
Comment 2•26 years ago
|
||
Weird...well, did a safety check and delete before assigning.
- rhp
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 3•25 years ago
|
||
Again, I know this was one of mine, but since this is a code level review, I
figured that I could verify that this change was checked in to fix this
problem.
- rhp
| Assignee | ||
Comment 4•25 years ago
|
||
Again, I know this was one of mine, but since this is a code level review, I
figured that I could verify that this change was checked in to fix this
problem.
- rhp
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
•