Closed
Bug 13857
Opened 26 years ago
Closed 26 years ago
Direct calls to AddRef() not good?
Categories
(Core :: XPCOM, defect, P3)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
M11
People
(Reporter: bruce, Assigned: dp)
Details
nsRegValueEnumerator::CurrentItem() and nsRegSubtreeEnumerator::CurrentItem()
call (*result)->AddRef() ... shouldn't these be using NS_ADDREF()? A quick
search shows a number of other locations in this code doing the same thing.
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M11
| Assignee | ||
Comment 1•26 years ago
|
||
Have changes in tree. Will checkin once we open the tree.
| Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 2•26 years ago
|
||
Bruce, can you verify. thanks.
You need to log in
before you can comment on or make changes to this bug.
Description
•