diff options
author | Kevin B Kenny <kennykb@acm.org> | 2007-04-23 23:07:22 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2007-04-23 23:07:22 (GMT) |
commit | f5d116abda422caa1ca7f043400c43522b1fada7 (patch) | |
tree | 00240e202f8d2b2d168b214a5a045e3bcf9fdb34 /ChangeLog | |
parent | 2936b8a762b81a1d5dd142383daf8c905dd19263 (diff) | |
download | tcl-f5d116abda422caa1ca7f043400c43522b1fada7.zip tcl-f5d116abda422caa1ca7f043400c43522b1fada7.tar.gz tcl-f5d116abda422caa1ca7f043400c43522b1fada7.tar.bz2 |
Plugged two memory leaks
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -57,6 +57,8 @@ when parsing expressions that contain syntax errors. * generic/tclEnv.c (ReplaceString): Clear memory correctly when growing the cache to avoid reads of uninitialised data. + * generic/tclIORChan.c (TclChanCreateObjCmd, + FreeReflectedChannel): Plugged two memory leaks. * generic/tclStrToD.c (AccumulateDecimalDigit): Fixed a mistake where we'd run beyond the end of the 'pow10_wide' array if a number begins with a string of more than 'maxpow10_wide' zeroes. |