summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-11-09 16:26:30 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-11-09 16:26:30 (GMT)
commit4d87c9384732b96a6df2c2c5f0ab765137c8c130 (patch)
tree73b5bad088e94faf68d908c447ecc2886e903f6e /ChangeLog
parentd7713341347e9aaeab071ffb6d697e221219cabb (diff)
downloadtcl-4d87c9384732b96a6df2c2c5f0ab765137c8c130.zip
tcl-4d87c9384732b96a6df2c2c5f0ab765137c8c130.tar.gz
tcl-4d87c9384732b96a6df2c2c5f0ab765137c8c130.tar.bz2
Fix [Bug 3105999]; deallocate temporary structure.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ab9ee2..a5b8807 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
2010-11-09 Donal K. Fellows <dkf@users.sf.net>
- * tests/oo.test: Various tests for memory leaks.
+ * generic/tclOOMethod.c (ProcedureMethodVarResolver): [Bug 3105999]:
+ * tests/oo.test: Make sure that resolver structures that are
+ only temporarily needed get squelched.
2010-11-05 Jan Nijtmans <nijtmans@users.sf.net>