Closed
Bug 15794
Opened 25 years ago
Closed 25 years ago
xpconnect has some leaks and refcount errors
Categories
(Core :: XPConnect, defect, P3)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jband_mozilla, Assigned: jband_mozilla)
References
Details
kipp's CTOR/DTOR tracking macros need to be added.
There are places in the code that neglect to take into account that
nsXPCOnnect::GetXPConnect() does nad addref.
There is one extra ref on nsIJSStackFrameLocation in the frame trimming loop in
nsXPCException::NewException
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•25 years ago
|
||
I have fixes for most of this.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•25 years ago
|
||
All the fixes I have are in and the xpconnect runtime is pretty clean.
You need to log in
before you can comment on or make changes to this bug.
Description
•