summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2002-05-14 09:44:42 (GMT)
committervincentdarley <vincentdarley>2002-05-14 09:44:42 (GMT)
commite8f1e422c48392dded2349ac0b46cbeabd16cf50 (patch)
tree637a301195e3a0b9e4d58e3fc6a58b556da837bc /ChangeLog
parent52bc7742c8816dd82b1f811d1e993e66973d69d9 (diff)
downloadtcl-e8f1e422c48392dded2349ac0b46cbeabd16cf50.zip
tcl-e8f1e422c48392dded2349ac0b46cbeabd16cf50.tar.gz
tcl-e8f1e422c48392dded2349ac0b46cbeabd16cf50.tar.bz2
memory cleanup
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5125517..b76ab35 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,8 @@
* generic/tclIOUtil.c:
* generic/tclInt.h: clean up all memory allocated by the
filesystem, via introduction of 'TclFinalizeFilesystem'.
+ Move TclFinalizeLoad into TclFinalizeFilesystem so we can
+ be sure it is called at just the right time.
Fix bad comment also. [Fixes 555078 and 'fs' part of 543549]
* win/tclWinChan.c: fix comment referring to wrong function.