Closed
Bug 12098
Opened 25 years ago
Closed 25 years ago
[REMINDER] MIME stream converter not getting released - Emitters not being freed
Categories
(MailNews Core :: MIME, defect, P3)
MailNews Core
MIME
Tracking
(Not tracked)
VERIFIED
FIXED
M12
People
(Reporter: rhp, Assigned: rhp)
References
Details
There is a leak with the current setup of using libmime as a stream
converter. libmime and the emitters are not getting freed.
Check in this before beta!
- rhp
Assignee | ||
Updated•25 years ago
|
Target Milestone: M12
Assignee | ||
Comment 1•25 years ago
|
||
M12 for a reminder.
- rhp
Comment 2•25 years ago
|
||
I might have fixed it. The stream converter wasn't releasing the compose object
when done which one (the compose object) was holding the msgQuote object which
was holding the stream converter.
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•25 years ago
|
||
Yes, after running this in the debugger, I can see the destructor for the MIME
stream converter being called.
- rhp
mark verified since this is a bug rich filed against himself and comments show
fixed.
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
•