diff options
author | dgp <dgp@users.sourceforge.net> | 2003-10-03 20:31:23 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-10-03 20:31:23 (GMT) |
commit | f6514cb20593a23726967be44adf8f2176e18185 (patch) | |
tree | 3702989446df90cec46044f428f4fa88ff701681 /ChangeLog | |
parent | 961ab79192fe2d6378d8903dca25ceaa6d4a97b8 (diff) | |
download | tcl-f6514cb20593a23726967be44adf8f2176e18185.zip tcl-f6514cb20593a23726967be44adf8f2176e18185.tar.gz tcl-f6514cb20593a23726967be44adf8f2176e18185.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-03 Vince Darley <vincentdarley@users.sourceforge.net> * tests/fileName.test: |