summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2007-04-24 03:14:01 (GMT)
committerKevin B Kenny <kennykb@acm.org>2007-04-24 03:14:01 (GMT)
commitad55ddf5b1f8a4c118bcb56dfcdcc27e6e5ad9e7 (patch)
tree3fa4a3dfc8fbe5b96ce6bf18f9df232c290ebca5 /ChangeLog
parent1ca6cc34bd2dc1af009be0c63b6740518a6f1852 (diff)
downloadtcl-ad55ddf5b1f8a4c118bcb56dfcdcc27e6e5ad9e7.zip
tcl-ad55ddf5b1f8a4c118bcb56dfcdcc27e6e5ad9e7.tar.gz
tcl-ad55ddf5b1f8a4c118bcb56dfcdcc27e6e5ad9e7.tar.bz2
* generic/tclExecute.c (TclExecuteByteCode): Plugged six memory
leaks in bignum arithmetic.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d341fc..3a691ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,14 @@
2007-04-24 Kevin B. Kenny <kennykb@acm.org>
+ * generic/tclExecute.c (TclExecuteByteCode): Plugged six memory
+ leaks in bignum arithmetic.
* generic/tclIOCmd.c (Tcl_ReadObjCmd): Plugged a leak of the
buffer object if the physical read returned an error and the
bypass area had no message.
* generic/tclIORChan.c (TclChanCreateObjCmd): Plugged a leak of
the return value from the "initialize" method of a channel
handler.
+ (All of the above under [Bug 1705778])
2007-04-23 Daniel Steffen <das@users.sourceforge.net>