diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2003-02-25 16:18:43 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2003-02-25 16:18:43 (GMT) |
commit | 96a3b80e0a446cfce5e07783fee3af2965d1dd31 (patch) | |
tree | 989048712800e03f5d98a7b4e411d5e15212632a /ChangeLog | |
parent | e182f056b3f80eac465acbf99fd9417d4e744cbb (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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] |