diff options
author | nijtmans <nijtmans> | 2009-11-19 21:56:34 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2009-11-19 21:56:34 (GMT) |
commit | c9d79e955d95910cce7d1a96e2b1b7e128c51412 (patch) | |
tree | 7f7c1c13c283ca255daa7ffc582cde6016b4e1ac /ChangeLog | |
parent | 22dcce7f92195e6d1e053bc88c37a0718d2ee0c7 (diff) | |
download | tcl-c9d79e955d95910cce7d1a96e2b1b7e128c51412.zip tcl-c9d79e955d95910cce7d1a96e2b1b7e128c51412.tar.gz tcl-c9d79e955d95910cce7d1a96e2b1b7e128c51412.tar.bz2 |
Updated freeIntRepProc routines so
that they set the typePtr field to
NULL so that the Tcl_Obj is not left
in an inconsistent state.
[Bug 2857044]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -7,6 +7,12 @@ * tests/safe.test Fix safe-10.1 and safe-10.4 test cases, making the wrong assumption that Tcltest is a static package. + * generic/tclEncoding.c Updated freeIntRepProc routines so + that they set the typePtr field to + NULL so that the Tcl_Obj is not left + in an inconsistent state. + [Bug 2857044] + 2009-11-19 Don Porter <dgp@users.sourceforge.net> |