Closed
Bug 251527
Opened 21 years ago
Closed 21 years ago
nsIWidget::GetParent should return already_AddRefed
Categories
(Core Graveyard :: GFX, defect)
Core Graveyard
GFX
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 227489
People
(Reporter: dbaron, Assigned: dbaron)
Details
I just found two leak regressions due to the bad signature of
nsIWidget::GetParent (which returns an AddRefed nsIWidget*). It should return
already_AddRefed<nsIWidget>
Assignee | ||
Comment 1•21 years ago
|
||
See bug 243724 and bug 242833 for the regressions.
![]() |
||
Comment 2•21 years ago
|
||
See bug 227489
Assignee | ||
Comment 3•21 years ago
|
||
*** This bug has been marked as a duplicate of 227489 ***
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•