Closed
Bug 386155
Opened 17 years ago
Closed 17 years ago
effective TLD service doesn't clean up on shutdown
Categories
(Core :: Networking, defect)
Core
Networking
Tracking
()
RESOLVED
FIXED
mozilla1.9alpha8
People
(Reporter: dbaron, Assigned: dwitte)
References
Details
(Keywords: memory-leak)
The effective TLD service doesn't clean up any of its storage on shutdown -- it's all in the static variable sSubdomainTreeHead.
This, along with bug 386154, are the cause of the leak regression from bug 366797. It's probably best to fix both at the same time.
Flags: blocking1.9?
Updated•17 years ago
|
Assignee | ||
Comment 1•17 years ago
|
||
will fix as part of bug 386154.
Assignee: nobody → dwitte
Target Milestone: --- → mozilla1.9beta1
Updated•17 years ago
|
Flags: blocking1.9? → blocking1.9+
Assignee | ||
Comment 2•17 years ago
|
||
fixed for 1.9a7 as part of bug 386154.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•