diff options
Diffstat (limited to 'src/util/support/ChangeLog')
| -rw-r--r-- | src/util/support/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/util/support/ChangeLog b/src/util/support/ChangeLog index 4686f935b..b0370a8df 100644 --- a/src/util/support/ChangeLog +++ b/src/util/support/ChangeLog @@ -1,3 +1,11 @@ +2005-03-20 Alexandra Ellwood <lxs@mit.edu> + + * threads.c (thread_termination): Free array of pointers + to thread-specific data (t) on thread termination. Use + existing mutex to prevent the deletion of the array from + interfering with the global list of thread specific data + (used for library termination). + 2005-02-08 Ken Raeburn <raeburn@mit.edu> * threads.c (k5_key_delete) [pthread case]: Reset flags and |
