summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-07-14 17:57:05 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-07-14 17:57:05 (GMT)
commit8dec52290a9d933a2faa654d1f41a23e49e1a3e6 (patch)
treedceced738863e3ef1889aa4a890dd52960d429b0 /ChangeLog
parent7de2d9b5b87e82cedfac3e371569e8a319e7a21e (diff)
downloadtcl-8dec52290a9d933a2faa654d1f41a23e49e1a3e6.zip
tcl-8dec52290a9d933a2faa654d1f41a23e49e1a3e6.tar.gz
tcl-8dec52290a9d933a2faa654d1f41a23e49e1a3e6.tar.bz2
Remove stray refcount bump that caused a memory leak.bug_3365156
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bd787b3..4821faf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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-08 Donal K. Fellows <dkf@users.sf.net>
* doc/http.n: [FRQ 3358415]: State what RFC defines HTTP/1.1.