Closed
Bug 103846
Opened 24 years ago
Closed 24 years ago
Mem leak in nsContainerBox::CheckBoxOrder(nsBoxLayoutState&) [nsContainerBox.cpp:460]
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
RESOLVED
FIXED
People
(Reporter: Bienvenu, Assigned: Bienvenu)
References
Details
(Keywords: memory-leak)
Here's the stack trace:
[W] MLK: Memory leak of 24 bytes from 1 block allocated in
nsContainerBox::CheckBoxOrder(nsBoxLayoutState&)
Distribution of leaked blocks
Allocation location
new(UINT) [msvcrt.DLL]
nsContainerBox::CheckBoxOrder(nsBoxLayoutState&)
[nsContainerBox.cpp:460]
nsContainerBox::InitChildren(nsBoxLayoutState&,nsIFrame *)
[nsContainerBox.cpp:411]
nsBoxFrame::SetInitialChildList(nsIPresContext *,nsIAtom *,nsIFrame
*) [nsBoxFrame.cpp:293]
nsCSSFrameConstructor::ConstructXULFrame(nsIPresShell
*,nsIPresContext *,nsFrameConstructorState&,nsIContent *,nsIFrame *,nsIAtom
*,int,nsIStyleContext *,nsFrameItems&,int,int&) [nsCSSFrameConstructor.cpp:5599]
nsCSSFrameConstructor::ConstructFrameInternal(nsIPresShell
*,nsIPresContext *,nsFrameConstructorState&,nsIContent *,nsIFrame *,nsIAtom
*,int,nsIStyleContext *,nsFrameItems&,int) [nsCSSFrameConstructor.obj:7006]
nsCSSFrameConstructor::ConstructFrame(nsIPresShell *,nsIPresContext
*,nsFrameConstructorState&,nsIContent *,nsIFrame *,nsFrameItems&)
[nsCSSFrameConstructor.obj:6911]
nsCSSFrameConstructor::ProcessChildren(nsIPresShell *,nsIPresContext
*,nsFrameConstructorState&,nsIContent *,nsIFrame
*,int,nsFrameItems&,int,nsTableCreator *) [nsCSSFrameConstructor.cpp:11447]
nsCSSFrameConstructor::ConstructXULFrame(nsIPresShell
*,nsIPresContext *,nsFrameConstructorState&,nsIContent *,nsIFrame *,nsIAtom
*,int,nsIStyleContext *,nsFrameItems&,int,int&) [nsCSSFrameConstructor.cpp:5592]
nsCSSFrameConstructor::ConstructFrameInternal(nsIPresShell
*,nsIPresContext *,nsFrameConstructorState&,nsIContent *,nsIFrame *,nsIAtom
*,int,nsIStyleContext *,nsFrameItems&,int) [nsCSSFrameConstructor.obj:7006]
nsCSSFrameConstructor::ConstructFrame(nsIPresShell *,nsIPresContext
*,nsFrameConstructorState&,nsIContent *,nsIFrame *,nsFrameItems&)
[nsCSSFrameConstructor.obj:6911]
nsCSSFrameConstructor::ContentInserted(nsIPresContext *,nsIContent
*,nsIContent *,int,nsILayoutHistoryState *) [nsCSSFrameConstructor.cpp:8530]
StyleSetImpl::ContentInserted(nsIPresContext *,nsIContent
*,nsIContent *,int) [nsStyleSet.cpp:1202]
Patch upcoming. Joe, this looks like your code, according to cvs, so can I get
an r= for this upcoming patch? Thanks!
Assignee | ||
Comment 1•24 years ago
|
||
*** Bug 103847 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 2•24 years ago
|
||
whoops, forgot Joe was out of the office. Cc'ing Chris for review.
Comment 3•24 years ago
|
||
[s]r=waterson on attachment 52723 [details] [diff] [review].
Assignee | ||
Comment 4•24 years ago
|
||
fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•