summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-08-05 09:36:48 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-08-05 09:36:48 (GMT)
commit6c25700250fe041510e2332ba954737b21f3146d (patch)
tree707ebde3aeae4170aa17a1866451f8e1b2b9d721 /ChangeLog
parentc6ae1163ac5b975510aad910b2693c58accdac96 (diff)
downloadtcl-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d2b16d..c233e6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.