Closed
Bug 103847
Opened 24 years ago
Closed 24 years ago
Mem leak in nsContainerBox::CheckBoxOrder
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
VERIFIED
DUPLICATE
of bug 103846
People
(Reporter: Bienvenu, Assigned: Bienvenu)
Details
(Keywords: memory-leak)
Attachments
(1 file)
437 bytes,
patch
|
Details | Diff | Splinter Review |
Purify stack:
[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]
Fix upcoming. Joe, cvs says this is your code, so could you review the upcoming
patch? And Seth, sr? thanks!
Assignee | ||
Comment 1•24 years ago
|
||
Assignee | ||
Comment 2•24 years ago
|
||
sorry for the dup - 103846 wasn't showing up in my queries so I couldn't find it.
*** This bug has been marked as a duplicate of 103846 ***
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
verified dup.
Status: RESOLVED → VERIFIED
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
•