diff options
author | hobbs <hobbs> | 2001-10-10 01:05:08 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-10-10 01:05:08 (GMT) |
commit | befbc9e74c4022b8bdf065338dfca942e9243c92 (patch) | |
tree | 32a06a3c0599aff0b1d255a0f25cc14e28ec4fa2 /ChangeLog | |
parent | 21e938024fd2e6442e33f71eb6103106a391c7b1 (diff) | |
download | tcl-befbc9e74c4022b8bdf065338dfca942e9243c92.zip tcl-befbc9e74c4022b8bdf065338dfca942e9243c92.tar.gz tcl-befbc9e74c4022b8bdf065338dfca942e9243c92.tar.bz2 |
* generic/tclFileName.c (Tcl_SplitPath): corrected mem leak
intro'd with VFS code where the result obj from Tcl_FSSplitPath
was not getting freed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2001-10-09 Jeff Hobbs <jeffh@ActiveState.com> + + * generic/tclFileName.c (Tcl_SplitPath): corrected mem leak + intro'd with VFS code where the result obj from Tcl_FSSplitPath + was not getting freed. + 2001-10-09 Miguel Sofer <msofer@users.sourceforge.net> * generic/tclLiteral.c: (TclReleaseLiteral) reverted previous |