summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-07-15 11:45:39 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-07-15 11:45:39 (GMT)
commitdef8a8b9edc8fdd892c1accdd56b138fca161efb (patch)
tree305a40972ef433e0b92448d9b1bb269ce3a999d2 /ChangeLog
parent6f96654a6ff23a4c7238025cde79ca730376efbe (diff)
parent2e2a8560d7983ee7ed96a1430e303ebc54d5aec9 (diff)
downloadtcl-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--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0cfdfef..11c28f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>