summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2002-07-27 21:17:15 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2002-07-27 21:17:15 (GMT)
commitfca561b9dbf80d45ad5874fcd49d334c18c67532 (patch)
treecb965fc75a17eef5cfaf3eb1b7730a141846e262 /ChangeLog
parent9f98ef6d93ba1d915a1202418cac2cb21d4f193a (diff)
downloadtcl-fca561b9dbf80d45ad5874fcd49d334c18c67532.zip
tcl-fca561b9dbf80d45ad5874fcd49d334c18c67532.tar.gz
tcl-fca561b9dbf80d45ad5874fcd49d334c18c67532.tar.bz2
* generic/tclExecute.c: fixed Tcl_Obj leak in code corresponding
to the macro NEXT_INST_V(x, 0, 1) [Bug 587495].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0505613..1420d35 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2002-07-26 Miguel Sofer <msofer@users.sourceforge.net>
+ * generic/tclExecute.c: fixed Tcl_Obj leak in code corresponding
+ to the macro NEXT_INST_V(x, 0, 1) [Bug 587495].
+
+2002-07-26 Miguel Sofer <msofer@users.sourceforge.net>
+
* generic/tclVar.c (TclObjLookupVar): leak fix and improved
comments.