Closed
Bug 109446
Opened 24 years ago
Closed 24 years ago
Memory leak of 28 bytes from 1 block allocated in nsMsgIdentityConstructor
Categories
(SeaMonkey :: MailNews: Account Configuration, defect)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: stephend, Assigned: racham)
Details
(Keywords: memory-leak)
This was just reading a 2K HTML message in my IMAP inbox.
[W] MLK: Memory leak of 28 bytes from 1 block allocated in
nsMsgIdentityConstructor
Distribution of leaked blocks
28 bytes from 1 block of 28 bytes (0x088827c8)
Allocation location
new(UINT) [msvcrt.DLL]
nsMsgIdentityConstructor [nsMsgFactory.cpp:118]
nsComponentManager::CreateInstance(char const*,nsISupports *,nsID
const&,void * *) [nsComponentManager.cpp:3472]
nsMsgAccountManager::createKeyedIdentity(char const*,nsIMsgIdentity
* *) [nsMsgAccountManager.cpp:390]
nsMsgAccountManager::GetIdentity(char const*,nsIMsgIdentity * *)
[nsMsgAccountManager.cpp:372]
nsMsgAccount::createIdentities(void) [nsMsgAccount.cpp:270]
nsMsgAccount::Init(void) [nsMsgAccount.cpp:87]
nsMsgAccount::SetKey(char const*) [nsMsgAccount.cpp:369]
nsMsgAccountManager::GetAccount(char const*,nsIMsgAccount * *)
[nsMsgAccountManager.cpp:1549]
nsMsgAccountManager::LoadAccounts(void)
[nsMsgAccountManager.cpp:1329]
nsMsgAccountManager::GetAllServers(nsISupportsArray * *)
[nsMsgAccountManager.cpp:1237]
nsMsgAccountManagerDataSource::createRootResources(nsIRDFResource
*,nsISupportsArray *) [nsMsgAccountManagerDS.cpp:570]
nsMsgAccountManagerDataSource::GetTargets(nsIRDFResource
*,nsIRDFResource *,int,nsISimpleEnumerator * *) [nsMsgAccountManagerDS.cpp:547]
CompositeAssertionEnumeratorImpl::GetEnumerator(nsIRDFDataSource
*,nsISimpleEnumerator * *) [nsCompositeDataSource.cpp:571]
CompositeEnumeratorImpl::HasMoreElements(int *)
[nsCompositeDataSource.cpp:239]
nsRDFConMemberTestNode::FilterInstantiations(InstantiationSet&,void
*)const [nsRDFConMemberTestNode.cpp:389]
TestNode::Propagate(InstantiationSet const&,void *)
[nsRuleNetwork.obj:1044]
TestNode::Propagate(InstantiationSet const&,void *)
[nsRuleNetwork.obj:1053]
RootNode::Propagate(InstantiationSet const&,void *)
[nsRuleNetwork.cpp:760]
nsXULContentBuilder::CreateTemplateAndContainerContents(nsIContent
*,nsIContent * *,int *) [nsXULContentBuilder.cpp:1192]
Reporter | ||
Comment 1•24 years ago
|
||
Windows 2000, built from last night...
Keywords: mlk
QA Contact: nbaca → stephend
Comment 2•24 years ago
|
||
I don't think I've seen this one. Does it happen every time?
Reporter | ||
Comment 3•24 years ago
|
||
I haven't seen this by reproducing my steps, which either means they were bogus
steps, or it's gone. When I get clearer steps and see this again, let me just
refile. I'm sure the stack would be slightly different anyhow.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Comment 5•24 years ago
|
||
I fixed a leak in the identity code when editing or saving as draft - I don't
know if it could have been involved here.
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•