Open
Bug 1155454
Opened 10 years ago
Updated 3 years ago
nsLayoutStylesheetCache should probably be cleared before the cycle collector shuts down
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox40 | --- | affected |
People
(Reporter: mccr8, Unassigned)
Details
I noticed that nsLayoutStylesheetCache is shut down after the final cycle collection runs. It seems to hold alive cycle collected objects, so in theory this could cause leaks. Not leaks that we care about, but leaks that will set off the leak detector and annoy somebody who is trying to land a patch.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•