summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-08-03 21:46:50 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-08-03 21:46:50 (GMT)
commit477d1446c742c0dc8d659fe7cfed43c49faf83d6 (patch)
treefde92dba2d84d0509666cbf08d25f8ed6c4dfd26 /ChangeLog
parent78fb095839d48186857702fa71c1d2a9a2491091 (diff)
downloadtcl-477d1446c742c0dc8d659fe7cfed43c49faf83d6.zip
tcl-477d1446c742c0dc8d659fe7cfed43c49faf83d6.tar.gz
tcl-477d1446c742c0dc8d659fe7cfed43c49faf83d6.tar.bz2
Plug leak and clarify code
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 134fcbe..b169536 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
* generic/tclNamesp.c (MakeCachedEnsembleCommand): Initialize the
epoch field cached in the subcommand. [Bug 989298]
+ (NsEnsembleImplementationCmd): Plug a leak (thanks to Miguel Sofer
+ for spotting it with valgrind) and reduce the number of goto
+ labels to make the code clearer.
2004-08-02 Don Porter <dgp@users.sourceforge.net>