Closed
Bug 82570
Opened 24 years ago
Closed 23 years ago
nsCreateImapBaseMessageURI leaks
Categories
(MailNews Core :: Networking: IMAP, defect)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: Brade, Assigned: Bienvenu)
Details
(Keywords: memory-leak)
I am running Purify on a windows build from yesterday.
I am seeing this leak on exit:
36 bytes from 1 block
Allocation location
...
nsCreateImapBaseMessageURI [nsImapUtils.cpp:244]
*baseMessageURI = baseURIStr.ToNewCString();
nsImapMailFolder::CreateBaseMessageURI [nsImapMailFolder.cpp:5274]
nsMsgFolder::Init [nsMsgFolder.cpp:220]
RDFServiceImpl::GetResource [nsRDFService.cpp:795]
RDFServiceImpl::GetUnicodeResource [nsRDFService.cpp:813]
RDFContentSinkImpl::GetResourceAttribute [nsRDFContentSink.cpp::1101]
I am also seeing other leaks of varying sizes in nsMsgFolder::Init when it calls
nsRDFResource::Init (nsMsgFolder.cpp:216)
Updated•24 years ago
|
Keywords: mlk
Summary: MLK: nsCreateImapBaseMessageURI leaks → nsCreateImapBaseMessageURI leaks
Assignee | ||
Comment 1•23 years ago
|
||
Taking. I don't see this leak, however, so it might have been fixed.
Assignee: mscott → bienvenu
QA Contact: huang → stephend
Assignee | ||
Comment 2•23 years ago
|
||
I'm not seeing this - Stephen, do you still see this?
Status: NEW → ASSIGNED
No, I'm not either with the latest CVS trunk pull on Win2k.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
er...that should've been worksforme.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
worksforme
Status: REOPENED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → WORKSFORME
verified worksforme using the latest trunk CVS under Purify 2000 on Win2k.
Status: RESOLVED → VERIFIED
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
•