diff options
author | dgp <dgp@users.sourceforge.net> | 2003-10-03 20:42:06 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-10-03 20:42:06 (GMT) |
commit | 5a7659af1087fa2c7e87967ad997b2364e8f1295 (patch) | |
tree | 9f099217551ef1662a4ebe36cfdb87908a134b5e /ChangeLog | |
parent | 2f410aca8409714a2f94c7147384ebf8750b2518 (diff) | |
download | tcl-5a7659af1087fa2c7e87967ad997b2364e8f1295.zip tcl-5a7659af1087fa2c7e87967ad997b2364e8f1295.tar.gz tcl-5a7659af1087fa2c7e87967ad997b2364e8f1295.tar.bz2 |
* generic/tclBasic.c: Fixed error in ref count management of command
* generic/tclCmdMZ.c: and execution traces that caused access to
freed memory in trace-32.1. [Bug 811483].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2003-10-03 Don Porter <dgp@users.sourceforge.net> + + * generic/tclBasic.c: Fixed error in ref count management of command + * generic/tclCmdMZ.c: and execution traces that caused access to + freed memory in trace-32.1. [Bug 811483]. + 2003-10-02 Don Porter <dgp@users.sourceforge.net> * generic/tclTrace.c: Corrected comingling of introspection results of |