Open
Bug 620175
Opened 15 years ago
Updated 3 years ago
nsView::~nsView seems to try to crash [@ nsView::InvalidateHierarchy]
Categories
(Core :: Web Painting, defect)
Core
Web Painting
Tracking
()
UNCONFIRMED
People
(Reporter: timeless, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: coverity)
223 nsView::~nsView()
238 if (mViewManager)
265 else if (mParent)
267 mParent->RemoveChild(this);
592 void nsView::RemoveChild(nsView *child)
620 nsViewManager *vm = child->GetViewManager();
621 if (vm->GetRootView() == child)
622 {
623 child->InvalidateHierarchy(GetViewManager());
550 void nsView::InvalidateHierarchy(nsViewManager *aViewManagerParent)
552 if (mViewManager->GetRootView() == this)
Updated•7 years ago
|
Blocks: coverity-analysis
Assignee | ||
Updated•7 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•