Open
Bug 447778
Opened 17 years ago
Updated 3 years ago
memory leak in prtpd.c (_pr_tpd_destructors not freed)
Categories
(NSPR :: NSPR, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: richard.vestal, Unassigned)
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; .NET CLR 3.5.21022)
Build Identifier: cvs source from 20080624
See prtpd.c.
_PR_InitTPD allocates memory to _pr_ptd_destructors.
_PR_CleanupTPD() should free this memory.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Updated•6 years ago
|
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Comment 1•3 years ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Assignee: wtc → nobody
Status: ASSIGNED → NEW
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•