Closed
Bug 49568
Opened 25 years ago
Closed 25 years ago
MLK: nsIFileSpec from nsMsgFolder::parseURI()
Categories
(MailNews Core :: Backend, defect, P3)
MailNews Core
Backend
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: bruce, Assigned: mscott)
References
()
Details
(Keywords: memory-leak, Whiteboard: [nsbeta3-])
the nsIFileSpec allocated within nsMsgFolder::parseURI() (serverPath) is leaked.
Comment 1•25 years ago
|
||
nominating for beta3. I think this function gets called a lot. If I'm wrong
about that, let me know so we can nsbeta3- it.
Keywords: nsbeta3
Comment 2•25 years ago
|
||
oof, yeah.. this gets called for each folder URI
- per mail triage
mark mail6 - will get to this if time permits
Keywords: mail6
Whiteboard: [nsbeta3-]
| Assignee | ||
Comment 4•25 years ago
|
||
Maybe this is an old bug or something but nsIFileSpec in that method uses a
nsCOMPtr and isn't leaked.
WFM
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 5•25 years ago
|
||
Purify was showing one of these leaked (at least one) the day I reported it (on
Solaris). Could something else leak that would cause this to leak as well?
Updated•23 years ago
|
QA Contact: lchiang → stephend
I don't see this anymore with a Windows 2000 trunk build running under Purify.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: MailNews → Core
Updated•18 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•