summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2007-04-23 23:07:22 (GMT)
committerKevin B Kenny <kennykb@acm.org>2007-04-23 23:07:22 (GMT)
commitf5d116abda422caa1ca7f043400c43522b1fada7 (patch)
tree00240e202f8d2b2d168b214a5a045e3bcf9fdb34 /ChangeLog
parent2936b8a762b81a1d5dd142383daf8c905dd19263 (diff)
downloadtcl-f5d116abda422caa1ca7f043400c43522b1fada7.zip
tcl-f5d116abda422caa1ca7f043400c43522b1fada7.tar.gz
tcl-f5d116abda422caa1ca7f043400c43522b1fada7.tar.bz2
Plugged two memory leaks
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b655f00..5bc1858 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.