summaryrefslogtreecommitdiffstats
path: root/generic/tclThreadAlloc.c
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2005-04-25 21:37:17 (GMT)
committerKevin B Kenny <kennykb@acm.org>2005-04-25 21:37:17 (GMT)
commitfee601196f3a3d37e48ca7a5ea763cd132e49cd6 (patch)
tree132b0442d0fa8a33d0b625e1de318963e109bb78 /generic/tclThreadAlloc.c
parent6cf83d45073c586faca9948b305311770bcc49ca (diff)
downloadtcl-fee601196f3a3d37e48ca7a5ea763cd132e49cd6.zip
tcl-fee601196f3a3d37e48ca7a5ea763cd132e49cd6.tar.gz
tcl-fee601196f3a3d37e48ca7a5ea763cd132e49cd6.tar.bz2
Merged with HEAD.
Diffstat (limited to 'generic/tclThreadAlloc.c')
-rwxr-xr-xgeneric/tclThreadAlloc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/tclThreadAlloc.c b/generic/tclThreadAlloc.c
index 553bd4f..813b9a7 100755
--- a/generic/tclThreadAlloc.c
+++ b/generic/tclThreadAlloc.c
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclThreadAlloc.c,v 1.14 2004/07/21 01:45:44 hobbs Exp $
+ * RCS: @(#) $Id: tclThreadAlloc.c,v 1.14.2.1 2005/04/25 21:37:22 kennykb Exp $
*/
#include "tclInt.h"
@@ -988,6 +988,8 @@ TclFinalizeThreadAlloc()
TclpFreeAllocMutex(listLockPtr);
listLockPtr = NULL;
+
+ TclpFreeAllocCache(NULL);
}
#else