summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-08-20 08:31:16 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-08-20 08:31:16 (GMT)
commitb541bbc3b70e0ab71edd12c00b498928c720a856 (patch)
tree4455ffde1f61c6df7dc3f6d0a079efd4b97250b6 /ChangeLog
parent13295adc2421cdeacbac60fd9556f3ab27c609d8 (diff)
downloadtcl-b541bbc3b70e0ab71edd12c00b498928c720a856.zip
tcl-b541bbc3b70e0ab71edd12c00b498928c720a856.tar.gz
tcl-b541bbc3b70e0ab71edd12c00b498928c720a856.tar.bz2
Close off memory leak in [lsort].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c52582e..6285475 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* generic/tclCmdIL.c (TclNRIfObjCmd): [Bug 2823276]: Make [if]
NRE-safe on all arguments when interpreted.
+ (Tcl_LsortObjCmd): Close off memory leak.
2009-08-19 Donal K. Fellows <dkf@users.sf.net>