Closed
Bug 93993
Opened 24 years ago
Closed 24 years ago
memory leak of arena_freelist since PL_ArenaFinish not called
Categories
(NSS :: Libraries, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: jeff, Assigned: wtc)
Details
(Keywords: memory-leak)
when shutting down NSS, nobody calls PL_ArenaFinish()
so the entire arena_freelist is leaked. (this amounted
to about 400 2k buffers on my system !!)
consider adding a call to PL_ArenaFinish() in
security/nss/lib/certdb/pcertdb.c::CERT_Shutdown()
(see bug #93412) or perhaps in the NSS shutdown code.
Comment 1•24 years ago
|
||
Marking NEw.
| Assignee | ||
Comment 2•24 years ago
|
||
NSS is not the only user of plarena, so NSS can't
call PL_ArenaFinish(). PL_ArenaFinish() needs to be
called by an application.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•