diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 *** |