Module Name: krb5 Committed By: lxs Date: Sun Mar 20 15:20:38 UTC 2005 Modified Files: krb5/src/util/support/threads.c Added Files: Removed Files: Log Message ticket: 2971 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