Closed
Bug 129424
Opened 23 years ago
Closed 23 years ago
[MLK] 99422 bytes of memory leaked on repeated reload
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.0
People
(Reporter: nisheeth_mozilla, Assigned: nisheeth_mozilla)
References
()
Details
(Keywords: helpwanted, memory-leak)
In a MOZ_PROFILE=1 windows 2000 build run by purify, I
1) Loaded above URL.
2) Reloaded 10 times.
3) Exit
The following allocation point caused 99422 bytes of memory leakage:
[W] MLK: Memory leak of 99422 bytes from 4322 blocks allocated in PR_Malloc
Distribution of leaked blocks
Allocation location
malloc [msvcrt.DLL]
PR_Malloc [prmem.c:406]
nsMemoryImpl::Alloc(UINT) [nsMemoryImpl.obj:320]
nsMemory::Alloc(UINT) [nsMemory.cpp:81]
ToNewUnicode(nsAString const&) [nsReadableUtils.cpp:251]
nsHTMLValue::nsHTMLValue(nsAString const&,nsHTMLUnit) [nsHTMLValue.cpp:88]
HTMLAttribute::HTMLAttribute(nsIAtom *,nsAString const&) [nsHTMLAttributes.cpp:77]
HTMLAttributesImpl::SetAttributeFor(nsIAtom *,nsAString
const&,int,nsIHTMLContent *,nsIHTMLStyleSheet *) [nsHTMLAttributes.cpp:1202]
HTMLStyleSheetImpl::SetAttributeFor(nsIAtom *,nsAString
const&,int,nsIHTMLContent *,nsIHTMLAttributes *&) [nsHTMLStyleSheet.cpp:1432]
nsGenericHTMLElement::SetAttr(int,nsIAtom *,nsAString const&,int)
[nsGenericHTMLElement.cpp:1656]
Assignee | ||
Updated•23 years ago
|
Assignee | ||
Comment 1•23 years ago
|
||
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•