diff options
| author | Alexandra Ellwood <lxs@mit.edu> | 2005-03-20 15:20:38 +0000 |
|---|---|---|
| committer | Alexandra Ellwood <lxs@mit.edu> | 2005-03-20 15:20:38 +0000 |
| commit | 2db4fa493a20807bab22bbd77708ef72daaba65a (patch) | |
| tree | 73e25d650e5fc5f688b15f0ff15506be5ef619ac /src/util/support/ChangeLog | |
| parent | 1fc73e01e43d45d31defe61da23b3291312652eb (diff) | |
| download | krb5-2db4fa493a20807bab22bbd77708ef72daaba65a.tar.gz krb5-2db4fa493a20807bab22bbd77708ef72daaba65a.tar.xz krb5-2db4fa493a20807bab22bbd77708ef72daaba65a.zip | |
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)
ticket: 2971
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17129 dc483132-0cff-0310-8789-dd5450dbe970
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 |
