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). To generate a diff of this commit: cvs diff -r1.18 -r1.19 krb5/src/util/support/threads.c