Open
Bug 297991
Opened 20 years ago
Updated 3 years ago
clean up document viewer ownership/destruction
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
NEW
People
(Reporter: bryner, Unassigned)
Details
(Keywords: helpwanted, Whiteboard: [mozilla2.0])
Currently, document viewer destruction is somewhat fragile -- it's likely to
assert in certain cases even though things are "ok", and in general we don't do
a good job of calling Destroy() before the last reference is released. We need to:
a) figure out whether Destroy() is really needed -- does it break some cycle?
apparently not in all cases, if we can enter the destructor without Destroy
being called.
b) clean up the refcounting games that we play to make the printing code happy
![]() |
||
Updated•18 years ago
|
Keywords: helpwanted
Whiteboard: [mozilla2.0]
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•