threads.c (thread_termination): Free array of pointers to thread-specific data (t...
authorAlexandra Ellwood <lxs@mit.edu>
Sun, 20 Mar 2005 15:20:38 +0000 (15:20 +0000)
committerAlexandra Ellwood <lxs@mit.edu>
Sun, 20 Mar 2005 15:20:38 +0000 (15:20 +0000)
commit2db4fa493a20807bab22bbd77708ef72daaba65a
tree73e25d650e5fc5f688b15f0ff15506be5ef619ac
parent1fc73e01e43d45d31defe61da23b3291312652eb
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
src/util/support/threads.c