Closed Bug 34308 Opened 25 years ago Closed 25 years ago

[MLK] Leaking CNavDTD objects

Categories

(Core :: DOM: HTML Parser, defect, P3)

defect

Tracking

()

VERIFIED FIXED

People

(Reporter: beard, Assigned: harishd)

References

()

Details

The blame URL above shows that the variable theDTD is getting a newly created nsIDTD assigned to it, and on line 975 it is getting passed to the CParserContext constructor (where it gets AddRef'd again). There is no call to Release() on theDTD, so it leaks with a refCount of 1.
Good catch. Fixed in my tree.
Status: NEW → ASSIGNED
Harish -- here's the DTD leak we discussed.
Assignee: rickg → harishd
Status: ASSIGNED → NEW
Fix is in...it better be.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
updated qa contact.
QA Contact: janc → bsharma
Marking verified as per above developer comments.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.