summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-02-28 22:36:36 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-02-28 22:36:36 (GMT)
commitc08d157ff67d885fef923e525d7a48dc9a2094f4 (patch)
tree25ed0b70b345dd0d4c003553da12796a1c283309 /ChangeLog
parent4890692476327e5f6e5785303d7e4c7b69951773 (diff)
downloadtcl-c08d157ff67d885fef923e525d7a48dc9a2094f4.zip
tcl-c08d157ff67d885fef923e525d7a48dc9a2094f4.tar.gz
tcl-c08d157ff67d885fef923e525d7a48dc9a2094f4.tar.bz2
* generic/tclBasic.c (TclEvalObjvInternal): Plug memory leak when
an enter trace deletes or changes the command, prompting a reparsing. Don't let the second pass lose commandPtr value allocated during the first pass.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 994e06a..7f081e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,11 @@
2008-02-28 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclBasic.c (TclEvalObjvInternal): Plug memory leak when
+ an enter trace deletes or changes the command, prompting a reparsing.
+ Don't let the second pass lose commandPtr value allocated during the
+ first pass.
+
* generic/tclCompExpr.c (ParseExpr): Plug memory leak in error
message generation.