Closed
Bug 28665
Opened 26 years ago
Closed 25 years ago
nsDocLoaderImpl service leaking
Categories
(Core :: Networking, defect, P3)
Core
Networking
Tracking
()
M15
People
(Reporter: beard, Assigned: rpotts)
References
()
Details
(Keywords: memory-leak)
Attachments
(1 file)
|
5.41 KB,
text/html
|
Details |
Because the parent nsIDocLoader is accessed as a service, it leaks because there
is a cycle between its load group and itself, that needs to be broken by calling
Destroy(). I assume this should be done at module shutdown time.
| Reporter | ||
Comment 1•26 years ago
|
||
Enclosing the leak report.
| Reporter | ||
Comment 2•26 years ago
|
||
Comment 4•26 years ago
|
||
Patrick: How bad is this leak? Do we need to fix it for beta?
Target Milestone: M15
| Assignee | ||
Comment 5•26 years ago
|
||
I would assume that the only one that is leaking is the "global" doc loader
service...
If this is the case, then it is a small one-time leak that canbe fixed after
beta...
| Reporter | ||
Comment 6•26 years ago
|
||
Yeah, probably not a critical leak, just getting all the ducks in a row. Bugs are
for tracking.
Keywords: mlk
Comment 7•25 years ago
|
||
This was fixed by a checkin last night by mscott that fixed everything
associated with the nsLoadCookie.
*** This bug has been marked as a duplicate of 28569 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•