diff options
author | dgp <dgp@users.sourceforge.net> | 2007-04-24 04:35:37 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-04-24 04:35:37 (GMT) |
commit | b937ae718c0db9b599179a7a10a95be18bac4141 (patch) | |
tree | cd984582d5dd6c627231219e92a7f056173f6b55 | |
parent | ad55ddf5b1f8a4c118bcb56dfcdcc27e6e5ad9e7 (diff) | |
download | tcl-b937ae718c0db9b599179a7a10a95be18bac4141.zip tcl-b937ae718c0db9b599179a7a10a95be18bac4141.tar.gz tcl-b937ae718c0db9b599179a7a10a95be18bac4141.tar.bz2 |
typo
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |