Closed
Bug 15292
Opened 25 years ago
Closed 25 years ago
ComponentManager needs to implement nsWeakReference
Categories
(Core :: XPCOM, defect, P2)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dp, Assigned: scc-obsolete)
Details
JSComponents are causing strong references to xpcom to be held. This causes
shutdown leaks because a reference to componentmanager is outstanding.
If componentmanager implements a way for weak reference, shaver says that he can
change xpconnect and js components to hold a nsWeakPtr instead of a strong one.
This would fix shutdown leak.s
Reporter | ||
Updated•25 years ago
|
Severity: normal → major
Priority: P3 → P2
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 1•25 years ago
|
||
Added the appropriate machinery, weak references to the component manager are now
possible.
You need to log in
before you can comment on or make changes to this bug.
Description
•