BZ #37: Lock Records are leaked

Status fields:

creation_ts:2007-04-17 19:18
component:threads
version:unspecified
rep_platform:All
op_sys:All
bug_status:RESOLVED
resolution:FIXED
reporter:stefan@complang.tuwien.ac.at
Currently, lock records are not garbage collected or otherwise cleaned up at all.

The total amount of leakage should be roughly equal to {number of threads
created} * {avg number of objects locked by each thread}.

Comment #1 by twisti@complang.tuwien.ac.at on 2007-08-21 11:23:48

I fixed that.