Closed
Bug 95817
Opened 24 years ago
Closed 24 years ago
memory leak in prinit.c
Categories
(NSPR :: NSPR, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
4.2
People
(Reporter: jeff, Assigned: wtc)
References
Details
(Keywords: memory-leak)
Attachments
(1 file)
in nsprpub/pr/src/misc/prinit.c, the static variable
_pr_sleeplock is never destroyed.
consider adding the following to PR_Cleanup():
PR_DestroyLock(_pr_sleeplock);
Comment 1•24 years ago
|
||
Woot You kick ass you should come on to irc.mozilla.org on #mozillazine and
#mozilla so you can hang out with the other coders because you seem to really
know what your doing :)
| Assignee | ||
Comment 2•24 years ago
|
||
| Assignee | ||
Comment 3•24 years ago
|
||
Fix checked in on the tip of NSPR.
Status: NEW → RESOLVED
Closed: 24 years ago
Priority: -- → P2
Resolution: --- → FIXED
Target Milestone: --- → 4.2
You need to log in
before you can comment on or make changes to this bug.
Description
•