Closed
Bug 3284
Opened 26 years ago
Closed 25 years ago
rdfutil.cpp permanently leaks service manager
Categories
(Core Graveyard :: RDF, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
M10
People
(Reporter: waterson, Assigned: waterson)
References
Details
rdfutil.cpp maintains a global static reference to the nsIRDFService (see
rdf_EnsureRDFService). Need to change this so that is releases the service
manager.
Updated•26 years ago
|
Component: Aurora/RDF BE → RDF
Product: MozillaClassic → Browser
Version: 1998-03-31 → other
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•26 years ago
|
||
Marked assigned.
Assignee | ||
Updated•25 years ago
|
Target Milestone: M5 → M6
Assignee | ||
Comment 2•25 years ago
|
||
I've removed a bunch of crap from this file: now all it really has are some RDF
container utilities, which'll probably need to be put into an interface of
their own (so that they can be scripted) and some miscellaneous stuff that's
really just private RDF stuff.
Assignee | ||
Comment 3•25 years ago
|
||
Load balancing.
Assignee | ||
Updated•25 years ago
|
Target Milestone: M9 → M10
Assignee | ||
Comment 4•25 years ago
|
||
I will make this a bonafide service in M10.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•