diff options
author | vincentdarley <vincentdarley> | 2002-05-13 13:19:59 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2002-05-13 13:19:59 (GMT) |
commit | 18b4a36a1a37a62808c9caa0b3d6eb1882c3ed65 (patch) | |
tree | 54e38ca856778879fde314424eee2707f709d2f0 /ChangeLog | |
parent | ffae2997ee93cabad7b2024b2a18767ade8b4790 (diff) | |
download | tcl-18b4a36a1a37a62808c9caa0b3d6eb1882c3ed65.zip tcl-18b4a36a1a37a62808c9caa0b3d6eb1882c3ed65.tar.gz tcl-18b4a36a1a37a62808c9caa0b3d6eb1882c3ed65.tar.bz2 |
memory cleanup
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2002-05-13 Vince Darley <vincentdarley@users.sourceforge.net> + + * generic/tclEvent.c: + * generic/tclIOUtil.c: + * generic/tclInt.h: clean up all memory allocated by the + filesystem, via introduction of 'TclFinalizeFilesystem'. + Fix bad comment also. [Fixes 555078 and 'fs' part of 543549] + * win/tclWinChan.c: fix comment referring to wrong function. + 2002-05-10 Don Porter <dgp@users.sourceforge.net> * tests/load.test: |