summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a691ba..15f3a1d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -65,7 +65,7 @@
leak in 'upvar' when compiling (a) upvar outside a proc, (b)
upvar with a syntax error, or (c) upvar where the frame index
is not known at compile time.
- * generic/tclParseExpr.c (ParseExpr): Plugged a memory leak
+ * generic/tclCompExpr.c (ParseExpr): Plugged a memory leak
when parsing expressions that contain syntax errors.
* generic/tclEnv.c (ReplaceString): Clear memory correctly when
growing the cache to avoid reads of uninitialised data.