Closed
Bug 50061
Opened 25 years ago
Closed 24 years ago
[MLK] Leaking nsIOFileStream object
Categories
(SeaMonkey :: MailNews: Message Display, defect, P3)
SeaMonkey
MailNews: Message Display
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.3
People
(Reporter: beard, Assigned: naving)
References
()
Details
(Keywords: memory-leak)
The blame URL above points to an allocation of an nsIOFileStream that is leaking.
I notice that there are a few early returns from the function, that could cause a
leak, but also that the last reference to the fileStream variable is on line 67
of nsMsgFilterService.cpp. The object is 56 bytes in size, but entrains 136 bytes
as it references a FileImpl object which is 80 bytes.
Comment 1•25 years ago
|
||
I think this is a dupe of something bruce already filed
Comment 2•25 years ago
|
||
I did too at first .. but this is in OpenFilterList, while mine was in
SaveFilterList, no?
Comment 3•25 years ago
|
||
reassign all search/filter UI bugs to gayatrib, part 2
Assignee: alecf → gayatrib
| Assignee | ||
Comment 7•24 years ago
|
||
fixed as a result of fixing bug 84351
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
QA Contact: lchiang → stephend
verified, I haven't seen this in my Purify runs lately.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
Component: MailNews: Search → MailNews: Message Display
QA Contact: stephend → search
You need to log in
before you can comment on or make changes to this bug.
Description
•