diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2005-10-29 21:48:58 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2005-10-29 21:48:58 (GMT) |
commit | 51cbe2ad398c74a8753373936aea3457e1c3812a (patch) | |
tree | 3eb0cf3479c36db490423d853b5d8cee8e7650cc | |
parent | e4937d5509607c42d8ca01d05763d87e8b3e43ce (diff) | |
download | tcl-51cbe2ad398c74a8753373936aea3457e1c3812a.zip tcl-51cbe2ad398c74a8753373936aea3457e1c3812a.tar.gz tcl-51cbe2ad398c74a8753373936aea3457e1c3812a.tar.bz2 |
fix Changelog entry
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ 2005-10-29 Miguel Sofer <msofer@users.sf.net> - * generic/tclCmdMZ.c (TraceVarProc): [Bug 1337229], partial + * generic/tclTrace.c (TraceVarProc): [Bug 1337229], partial fix. Insure that a second call with TCL_TRACE_DESTROYED does not lead to a second call to Tcl_EventuallyFree(). It is still true that that second call should not happen, so the bug is not |