summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2003-02-25 16:18:43 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2003-02-25 16:18:43 (GMT)
commit96a3b80e0a446cfce5e07783fee3af2965d1dd31 (patch)
tree989048712800e03f5d98a7b4e411d5e15212632a /ChangeLog
parente182f056b3f80eac465acbf99fd9417d4e744cbb (diff)
downloadtcl-96a3b80e0a446cfce5e07783fee3af2965d1dd31.zip
tcl-96a3b80e0a446cfce5e07783fee3af2965d1dd31.tar.gz
tcl-96a3b80e0a446cfce5e07783fee3af2965d1dd31.tar.bz2
* tests/execute.test: cleaning up testobj's at the end, to avoid
leak warning by valgrind.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b489a4b..f11f0f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-02-25 Miguel Sofer <msofer@users.sf.net>
+
+ * tests/execute.test: cleaning up testobj's at the end, to avoid
+ leak warning by valgrind.
+
+
2003-02-22 Zoran Vasiljevic <zoran@archiwrae.com>
* generic/tclEvent.c (Tcl_FinalizeThread): Fix [Bug #571002]