Closed
Bug 99157
Opened 23 years ago
Closed 23 years ago
Memory leak of 12 bytes from 1 block allocated in NS_NewSprocketLayout
Categories
(Core :: Layout, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: stephend, Assigned: eric)
Details
(Keywords: memory-leak)
MLK: Memory leak of 12 bytes from 1 block allocated in
NS_NewSprocketLayout(nsIPresShell *,nsCOMPtr<nsIBoxLayout>&)
Distribution of leaked blocks
12 bytes from 1 block of 12 bytes (0x04b67878)
Allocation location
new(UINT)+0xc [new.cpp:23 ip=0x002da05c]
NS_NewSprocketLayout(nsIPresShell *,nsCOMPtr<nsIBoxLayout>&)+0x4b
[c:\moz_src\mozilla\layout\xul\base\src\nsSprocketLayout.cpp:61 ip=0x09672bcb]
nsBoxFrame::nsBoxFrame(nsIPresShell *,int,nsIBoxLayout *)+0x303
[c:\moz_src\mozilla\layout\xul\base\src\nsBoxFrame.cpp:236 ip=0x096c62a3]
nsGfxScrollFrame::nsGfxScrollFrame(nsIPresShell *,nsIDocument
*,int)+0x67 [c:\moz_src\mozilla\layout\html\base\src\nsGfxScrollFrame.cpp:210
ip=0x097ad767]
NS_NewGfxScrollFrame(nsIPresShell *,nsIFrame * *,nsIDocument
*,int)+0x120 [c:\moz_src\mozilla\layout\html\base\src\nsGfxScrollFrame.cpp:201
ip=0x097ad680]
nsCSSFrameConstructor::BuildGfxScrollFrame(nsIPresShell
*,nsIPresContext *,nsFrameConstructorState&,nsIContent *,nsIDocument *,nsIFrame
*,nsIStyleContext *,int,nsIFrame *&,nsFrameItems&,nsIFrame *)+0x6e
[c:\moz_src\mozilla\layout\html\style\src\nsCSSFrameConstructor.cpp:6227
ip=0x095cab3e]
nsCSSFrameConstructor::BeginBuildingScrollFrame(nsIPresShell
*,nsIPresContext *,nsFrameConstructorState&,nsIContent *,nsIStyleContext
*,nsIFrame *,nsIAtom *,nsIDocument *,int,nsIFrame
*&,nsCOMPtr<nsIStyleContext>&,nsIFrame *&,nsIFrame *)+0x1bf
[c:\moz_src\mozilla\layout\html\style\src\nsCSSFrameConstructor.cpp:6041
ip=0x095ca20f]
nsCSSFrameConstructor::ConstructRootFrame(nsIPresShell
*,nsIPresContext *,nsIContent *,nsIFrame *&)+0x1015
[c:\moz_src\mozilla\layout\html\style\src\nsCSSFrameConstructor.cpp:3896
ip=0x095be517]
StyleSetImpl::ConstructRootFrame(nsIPresContext *,nsIContent
*,nsIFrame *&)+0x15b [c:\moz_src\mozilla\content\base\src\nsStyleSet.cpp:1157
ip=0x060a416b]
PresShell::InitialReflow(int,int)+0x64c
[c:\moz_src\mozilla\layout\html\base\src\nsPresShell.cpp:2612 ip=0x09491c4c]
Reporter | ||
Updated•23 years ago
|
Assignee | ||
Comment 2•23 years ago
|
||
This is not a leak. There is only on instance of this class that is share over
the lifetime of this application. Is there a way to make things like this not
show up on the leak detection tools?
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•