summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-10-11 21:52:57 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-10-11 21:52:57 (GMT)
commit1ad6b91e705f65b9d156c10aa41c4a88e6686877 (patch)
tree4a830dcdd04884ee7552dabfd033c6428ec70f0f /generic
parent012c80fc04ac184c1e045362d3cf6c3a6366d05e (diff)
parentde46d7767eadf5c2cdf992a3abd1413e15662674 (diff)
downloadtcl-1ad6b91e705f65b9d156c10aa41c4a88e6686877.zip
tcl-1ad6b91e705f65b9d156c10aa41c4a88e6686877.tar.gz
tcl-1ad6b91e705f65b9d156c10aa41c4a88e6686877.tar.bz2
Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread exists
Diffstat (limited to 'generic')
-rw-r--r--generic/tclThreadAlloc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclThreadAlloc.c b/generic/tclThreadAlloc.c
index 018f006..2ee758e 100644
--- a/generic/tclThreadAlloc.c
+++ b/generic/tclThreadAlloc.c
@@ -1106,9 +1106,9 @@ TclFinalizeThreadAlloc(void)
*
* TclFinalizeThreadAllocThread --
*
- * This procedure is used to destroy single thread private resources used
- * in this file.
- * Called in TclpFinalizeThreadData when a thread exits (Tcl_FinalizeThread).
+ * This procedure is used to destroy single thread private resources
+ * defined in this file. Called either during Tcl_FinalizeThread() or
+ * Tcl_Finalize().
*
* Results:
* None.