Closed
Bug 99141
Opened 24 years ago
Closed 24 years ago
Memory leak of 1 byte from 1 block allocated in nsCString::ToNewCString
Categories
(MailNews Core :: Backend, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 103676
People
(Reporter: stephend, Assigned: mscott)
Details
MLK: Memory leak of 1 byte from 1 block allocated in PL_strdup
Distribution of leaked blocks
1 byte from 1 block of 1 byte (0x0ef0b360)
Allocation location
malloc+0xc [dbgheap.c:129 ip=0x002e3c3c]
PL_strdup+0x75 [.\../../../../lib/libc/src/strdup.c:46
ip=0x004c15a5]
nsCRT::strdup(char const*)+0x24 [.\..\..\dist\include\nsCRT.h:167
ip=0x1000e8c4]
nsCString::ToNewCString(void)const+0x4b
[c:\moz_src\mozilla\string\obsolete\nsString.cpp:530 ip=0x101afc0b]
nsMsgIncomingServer::GetPassword(char * *)+0xd9
[c:\moz_src\mozilla\mailnews\base\util\nsMsgIncomingServer.cpp:659 ip=0x0932ae99]
nsMsgBiffManager::PerformBiff(void)+0x1ba
[c:\moz_src\mozilla\mailnews\base\src\nsMsgBiffManager.cpp:321 ip=0x0a57a2aa]
OnBiffTimer(nsITimer *,void *)+0x3a
[c:\moz_src\mozilla\mailnews\base\src\nsMsgBiffManager.cpp:39 ip=0x0a57724c]
nsTimer::Fire(void)+0xc0
[c:\moz_src\mozilla\widget\timer\src\windows\nsTimer.cpp:194 ip=0x05786450]
nsTimerManager::FireNextReadyTimer(UINT)+0x1d4
[c:\moz_src\mozilla\widget\timer\src\windows\nsTimerManager.cpp:115 ip=0x05788604]
nsAppShell::GetNativeEvent(int&,void *&)+0x2d5
[c:\moz_src\mozilla\widget\src\windows\nsAppShell.cpp:172 ip=0x057543c5]
| Reporter | ||
Updated•24 years ago
|
QA Contact: esther → stephend
| Reporter | ||
Comment 1•24 years ago
|
||
*** This bug has been marked as a duplicate of 103676 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Summary: Memory leak of 1 byte from 1 block allocated in nsCRT::strdup → Memory leak of 1 byte from 1 block allocated in nsCString::ToNewCString
Updated•21 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
•