Closed
Bug 49565
Opened 25 years ago
Closed 24 years ago
MLK: nsMsgFilterService::SaveFilterList()
Categories
(MailNews Core :: Filters, defect, P3)
MailNews Core
Filters
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.2
People
(Reporter: bruce, Assigned: hwaara)
Details
(Keywords: memory-leak)
Attachments
(3 files)
779 bytes,
patch
|
Details | Diff | Splinter Review | |
807 bytes,
patch
|
Details | Diff | Splinter Review | |
1.55 KB,
patch
|
Details | Diff | Splinter Review |
nsMsgFilterService::SaveFilterList() allocates tmpFileStream .. but never
deletes it.
Reporter | ||
Comment 2•25 years ago
|
||
This only requires the addtion of a 'delete tmpFileStream;' after line 117
(tmpFileStream->close();)
Please reconsider futuring this.
Comment 3•24 years ago
|
||
Comment 4•24 years ago
|
||
Propsed patch above. 1 line addition - as what bruce suggested. Can I get a
review?
cc'ing myself.
Comment 5•24 years ago
|
||
delete, then set it to null, then it's r=alecf
Comment 6•24 years ago
|
||
Comment 7•24 years ago
|
||
Comment 8•24 years ago
|
||
Alec, can you check this in for me? I don't have CVS write access.
Comment 9•24 years ago
|
||
r=alecf
adding patch keyword so I remember to get this in my next patch checkin sweep
Keywords: patch
Comment 11•24 years ago
|
||
gayatrib, can this be checked in anytime soon?
Assignee | ||
Comment 12•24 years ago
|
||
There is a patch attached to this bug, which is ready for checkin. Gayatri,
can't you take this patch and just do it?
Comment 13•24 years ago
|
||
Assignee | ||
Comment 15•24 years ago
|
||
Taking bug.
I will update Kevin's patch against the current tree and check it in.
Assignee: naving → hwaara
Target Milestone: Future → ---
Assignee | ||
Comment 16•24 years ago
|
||
Ok, patch applied in my tree.
I will check it in with sr=blizzard and r=alecf (assuming they are still valid)
as soon as the trunk opens for 0.9.2.
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.2
Håkan - could you at least get module owner review on this again since it's been
so long, at least so they know you're doing this? (Although it might be nice to
use timeless's patch if it doesn't change the control flow...)
Assignee | ||
Comment 18•24 years ago
|
||
I would prefer Kevin's patch since it's a simple fix whereas timeless' patch
fixes additional stuff.
Comment 19•24 years ago
|
||
good call by dbaron to get a re-review.
naving is the right person to re-review this.
Comment 20•24 years ago
|
||
r=naving on Kevin Higgins patch.
Assignee | ||
Comment 21•24 years ago
|
||
Fix checked in. Thanks Kevin for the fix!
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 22•24 years ago
|
||
Any reasonable way for me to verify this?
Comment 23•24 years ago
|
||
Marking verified (no response, assume no verification steps).
Status: RESOLVED → VERIFIED
Updated•20 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
•