Closed
Bug 9275
Opened 26 years ago
Closed 26 years ago
A bug to review profile code re memory management
Categories
(Core Graveyard :: Profile: BackEnd, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M9
People
(Reporter: racham, Assigned: racham)
Details
Carry forward any changes missed in Bug 6984.
Go over the module to fix any new memory leak problems.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Removed all unnecessary ADDREFs from the code. The only ADDREF that happens is
in StartUp routine. As profiles is the one the services that get initialized at
the very beginning, the reference to the registry object remain valid until the
end of the app.
This is a development bug. In the process of going over the code to eliminate
the possible memory leaks, the addrefs have been taken out. Marking fixed.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•26 years ago
|
||
dev bug
Moving all Profile Manager bugs to new Profile Manager Backend component.
Profile Manager component to be deleted.
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•