diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-08-05 09:36:48 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-08-05 09:36:48 (GMT) |
commit | 6c25700250fe041510e2332ba954737b21f3146d (patch) | |
tree | 707ebde3aeae4170aa17a1866451f8e1b2b9d721 /ChangeLog | |
parent | c6ae1163ac5b975510aad910b2693c58accdac96 (diff) | |
download | tcl-6c25700250fe041510e2332ba954737b21f3146d.zip tcl-6c25700250fe041510e2332ba954737b21f3146d.tar.gz tcl-6c25700250fe041510e2332ba954737b21f3146d.tar.bz2 |
Ensure that memory isn't leaked when an unknown instruction is encountered.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2011-08-05 Donal K. Fellows <dkf@users.sf.net> + * generic/tclAssembly.c (AssembleOneLine): Ensure that memory isn't + leaked when an unknown instruction is encountered. Also simplify code + through use of Tcl_ObjPrintf in error message generation. + * generic/tclZlib.c (ZlibTransformClose): [Bug 3386197]: Plug a memory leak found by Miguel with valgrind, and ensure that the correct direction's buffers are released. |