diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-10-08 14:42:40 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-10-08 14:42:40 (GMT) |
commit | 0d31e4cefc735abf4b5eb232c3b89effa9ebc3aa (patch) | |
tree | d6aee156688cbe239524349e78d8f2f79a79340a /ChangeLog | |
parent | 817534697915bca720f02388c1e9b6a0e72718c0 (diff) | |
download | tcl-0d31e4cefc735abf4b5eb232c3b89effa9ebc3aa.zip tcl-0d31e4cefc735abf4b5eb232c3b89effa9ebc3aa.tar.gz tcl-0d31e4cefc735abf4b5eb232c3b89effa9ebc3aa.tar.bz2 |
[Bug 2874678]: Don't leak bignums in [dict incr]...
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2009-10-08 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclDictObj.c (DictIncrCmd): [Bug 2874678]: Don't leak any + bignums when doing [dict incr] with a value. + * tests/dict.test (dict-19.3): Memory leak detection code. + 2009-10-07 Andreas Kupries <andreask@activestate.com> * generic/tclObj.c: [Bug 2871908]: Plug memory leaks of the |