From 2db4fa493a20807bab22bbd77708ef72daaba65a Mon Sep 17 00:00:00 2001 From: Alexandra Ellwood Date: Sun, 20 Mar 2005 15:20:38 +0000 Subject: 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 --- src/util/support/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/util/support/ChangeLog') 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 + + * 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 * threads.c (k5_key_delete) [pthread case]: Reset flags and -- cgit