Closed
Bug 174442
Opened 23 years ago
Closed 23 years ago
nsCOMArray::ApendObject() shouldn't addred
Categories
(Core :: XPCOM, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 174443
People
(Reporter: janv, Assigned: janv)
Details
AppendObject() shouldn't addref, since it calls InsertObjectAt() and it addrefs
by itself.
So this way we have 2 references instead of just one.
I'll attach a patch.
| Assignee | ||
Comment 1•23 years ago
|
||
*** This bug has been marked as a duplicate of 174443 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•