diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-11-09 16:26:30 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-11-09 16:26:30 (GMT) |
commit | 5cbfd93d6cbd230f2b75640e1f9c85e9d65a04b5 (patch) | |
tree | 73b5bad088e94faf68d908c447ecc2886e903f6e /ChangeLog | |
parent | 56af178a530be440b943604052bb2a8444811966 (diff) | |
download | tcl-5cbfd93d6cbd230f2b75640e1f9c85e9d65a04b5.zip tcl-5cbfd93d6cbd230f2b75640e1f9c85e9d65a04b5.tar.gz tcl-5cbfd93d6cbd230f2b75640e1f9c85e9d65a04b5.tar.bz2 |
Fix [Bug 3105999]; deallocate temporary structure.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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> |