diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-07-15 11:45:39 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-07-15 11:45:39 (GMT) |
commit | def8a8b9edc8fdd892c1accdd56b138fca161efb (patch) | |
tree | 305a40972ef433e0b92448d9b1bb269ce3a999d2 /ChangeLog | |
parent | 6f96654a6ff23a4c7238025cde79ca730376efbe (diff) | |
parent | 2e2a8560d7983ee7ed96a1430e303ebc54d5aec9 (diff) | |
download | tcl-def8a8b9edc8fdd892c1accdd56b138fca161efb.zip tcl-def8a8b9edc8fdd892c1accdd56b138fca161efb.tar.gz tcl-def8a8b9edc8fdd892c1accdd56b138fca161efb.tar.bz2 |
[Bug 3365156]: Remove stray refcount bump that caused a memory leak.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,7 +1,12 @@ +2011-07-14 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclOOCall.c (TclOORenderCallChain): [Bug 3365156]: Remove + stray refcount bump that caused a memory leak. + 2011-07-12 Don Porter <dgp@users.sourceforge.net> - * generic/tclUnixSock.c: [Bug 3364777] Stop segfault caused by - reading from struct after it had been freed. + * generic/tclUnixSock.c: [Bug 3364777]: Stop segfault caused by + reading from struct after it had been freed. 2011-07-11 Joe Mistachkin <joe@mistachkin.com> |