diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-04-24 20:46:08 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-04-24 20:46:08 (GMT) |
commit | 7b0b933b49c5110702dc91cac7a4b91e589d81a0 (patch) | |
tree | 003b4f5e1f0cb76d5bb70a892eb128874985d266 /ChangeLog | |
parent | b65e715b6bc8283ff6654e4af6c269227eb680c1 (diff) | |
download | tcl-7b0b933b49c5110702dc91cac7a4b91e589d81a0.zip tcl-7b0b933b49c5110702dc91cac7a4b91e589d81a0.tar.gz tcl-7b0b933b49c5110702dc91cac7a4b91e589d81a0.tar.bz2 |
Fix [Bug 1705778, leak K05]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ * generic/tclDictObj.c (DictKeysCmd): Rewrote so that the lock on the internal representation of a dict is only set when necessary. [Bug 1705778, leak K04] + (DictFilterCmd): Added code to drop the lock in the trivial match + case. [Bug 1705778, leak K05] 2007-04-24 Kevin B. Kenny <kennykb@acm.org> |