summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-07-11 23:01:28 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-07-11 23:01:28 (GMT)
commit6052b2df787cde54e20e2833c6a6dbaadb10bdd4 (patch)
tree3a7cf699bca8d1a1286c3f0fd223db4e5689773b /ChangeLog
parentdbcc758ef4555aa231333df80d7d865f6131b6d3 (diff)
downloadtcl-6052b2df787cde54e20e2833c6a6dbaadb10bdd4.zip
tcl-6052b2df787cde54e20e2833c6a6dbaadb10bdd4.tar.gz
tcl-6052b2df787cde54e20e2833c6a6dbaadb10bdd4.tar.bz2
Stop [dict unset] from leaking objects. [Bug 989093 in part]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d51767..bcb61cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-07-11 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * generic/tclDictObj.c (Tcl_DictObjRemoveKeyList): Oops, forgot to
+ delete value object when removing the hash entry. [Bug 989093 in part]
+
2004-07-11 Miguel Sofer <msofer@users.sf.net>
* generic/tclExecute.c (TEBC): fixed leak of expandNestList objs