diff options
author | Kevin B Kenny <kennykb@acm.org> | 2005-11-30 14:48:03 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2005-11-30 14:48:03 (GMT) |
commit | c3ae410bfd9c50b4b93c65bb20d96aca055c8c81 (patch) | |
tree | 643c6bfa7a0d6907adccc4fdc41ba055fa0c5844 /ChangeLog | |
parent | c474eb0cfebfaf5706ed2396bea6b5cb7b9437d9 (diff) | |
download | tcl-c3ae410bfd9c50b4b93c65bb20d96aca055c8c81.zip tcl-c3ae410bfd9c50b4b93c65bb20d96aca055c8c81.tar.gz tcl-c3ae410bfd9c50b4b93c65bb20d96aca055c8c81.tar.bz2 |
fixed bad refcount that corrupted heap
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-11-30 Kevin Kenny <kennykb@acm.org> + + * generic/tclClock.c: Fixed a bad refcount in previous commit + that led to a corrupted heap. Thanks to Miguel Sofer for pointing + out this bug. + 2005-11-29 Kevin Kenny <kennykb@acm.org> * generic/tclBasic.c: Moved a big part of [clock format] down |