summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2007-04-24 02:42:18 (GMT)
committerKevin B Kenny <kennykb@acm.org>2007-04-24 02:42:18 (GMT)
commit146814b0108455aaaafda4e59a014c6e895d5cd1 (patch)
tree3dabb44a145009e9a5d1c9fb4f2cd52dcff62ce5 /ChangeLog
parentf5d116abda422caa1ca7f043400c43522b1fada7 (diff)
downloadtcl-146814b0108455aaaafda4e59a014c6e895d5cd1.zip
tcl-146814b0108455aaaafda4e59a014c6e895d5cd1.tar.gz
tcl-146814b0108455aaaafda4e59a014c6e895d5cd1.tar.bz2
* generic/tclIOCmd.c (Tcl_ReadObjCmd): Plugged a leak of the
buffer object if the physocal 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5bc1858..069dbe6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-04-24 Kevin B. Kenny <kennykb@acm.org>
+
+ * generic/tclIOCmd.c (Tcl_ReadObjCmd): Plugged a leak of the
+ buffer object if the physocal 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.
+
2007-04-23 Daniel Steffen <das@users.sourceforge.net>
*** 8.5a6 TAGGED FOR RELEASE ***