summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-09-06 00:20:29 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-09-06 00:20:29 (GMT)
commitff4a267f0be445ca56e06e36c671c793b307814d (patch)
treed99a89309a9578a6b6ac63ba1a17570abe96486f /ChangeLog
parent97f74cddc8704cd7c70a4f0e34dfaed1f1ddbfed (diff)
downloadtcl-ff4a267f0be445ca56e06e36c671c793b307814d.zip
tcl-ff4a267f0be445ca56e06e36c671c793b307814d.tar.gz
tcl-ff4a267f0be445ca56e06e36c671c793b307814d.tar.bz2
* generic/tclBasic.c (TclRenameCommand,CallCommandTraces):
* tests/trace.test (trace-27.1): Corrected memory leak when a rename trace deleted the command being traced. Test added. Thanks to Hemang Lavana for the fix. [Bug 604609]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b537216..56ba05e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2002-09-05 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclBasic.c (TclRenameCommand,CallCommandTraces):
+ * tests/trace.test (trace-27.1): Corrected memory leak when a rename
+ trace deleted the command being traced. Test added. Thanks to
+ Hemang Lavana for the fix. [Bug 604609]
+
* generic/tclVar.c (TclDeleteVars): Corrected logic for setting the
TCL_INTERP_DESTROYED flag when calling variable traces. [Tk Bug 605121]