summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f6cd524..aed628f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2004-02-04 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclCmdAH.c (StoreStateData): Removed improper refcount
+ decrement of the varName parameter. This error was causing
+ segfaults following test cmdAH-28.7.
+
* library/tcltest/tcltest.tcl: Corrected references to
non-existent $name variable in [cleanupTests]. [Bug 833637]