Closed
Bug 29621
Opened 25 years ago
Closed 25 years ago
nsDirectoryService leaks
Categories
(Core :: XPCOM, defect, P3)
Tracking
()
M15
People
(Reporter: warrensomebody, Assigned: dougt)
Details
(Keywords: memory-leak)
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
I modified one of our test cases to just call NS_InitXPCOM and NS_ShutdownXPCOM
and found that several things leak. One big one was the nsDirectoryService, but
also 2 nsLocalFiles and 4 nsStrs.
Turns out the fix for the directory service was fairly complicated. I'll enclose
the diffs that seem to work.
I haven't investigated the 6 other leaks yet.
Reporter | ||
Comment 1•25 years ago
|
||
Reporter | ||
Updated•25 years ago
|
Target Milestone: M15
Comment 3•25 years ago
|
||
similar to #30016?
Assignee | ||
Comment 4•25 years ago
|
||
yeah. it is a dup.
*** This bug has been marked as a duplicate of 30016 ***
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
•