diff options
author | vincentdarley <vincentdarley> | 2003-10-31 08:46:41 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2003-10-31 08:46:41 (GMT) |
commit | 594ea92437e8a4065f0553a01de137852074177d (patch) | |
tree | 737009b65c6865c46009e9362f889f7417c1af63 /ChangeLog | |
parent | 8fe5b2fcac7044adea04de99718e6edecdc109b4 (diff) | |
download | tcl-594ea92437e8a4065f0553a01de137852074177d.zip tcl-594ea92437e8a4065f0553a01de137852074177d.tar.gz tcl-594ea92437e8a4065f0553a01de137852074177d.tar.bz2 |
ensure translated path is freed
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2003-10-31 Vince Darley <vincentdarley@users.sourceforge.net> + + * unix/tclUnixFile.c: ensure translated path (required for + correct error messages) is freed in both code paths. + 2003-10-23 Andreas Kupries <andreask@activestate.com> * unix/tclUnixChan.c (Tcl_MakeFileChannel): Applied [Patch 813606] |