summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2002-09-04 15:18:53 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2002-09-04 15:18:53 (GMT)
commitc3cc9f4c14bd37ca383d4db3187bfee07797bed4 (patch)
treeaf258853eff043b1f04aa10b4ff24a52f07c2d5a /ChangeLog
parent555b41ab33cffe4edf21f22dbc17c6c4bd3a1459 (diff)
downloadtcl-c3cc9f4c14bd37ca383d4db3187bfee07797bed4.zip
tcl-c3cc9f4c14bd37ca383d4db3187bfee07797bed4.tar.gz
tcl-c3cc9f4c14bd37ca383d4db3187bfee07797bed4.tar.bz2
* generic/tclVar.c (DeleteArray): leak plug [Bug 604239]. Thanks
to dkf and dgp for the long and difficult discussion in the chat.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c2a2a2..d49c675 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-09-04 Miguel Sofer <msofer@users.sourceforge.net>
+
+ * generic/tclVar.c (DeleteArray): leak plug [Bug 604239]. Thanks
+ to dkf and dgp for the long and difficult discussion in the chat.
+
2002-09-03 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tclVar.c (Tcl_UpVar2): code cleanup to not use goto