diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2007-05-01 Don Porter <dgp@users.sourceforge.net> + + * generic/tclCmdMZ.c (STR_MAP): When [string map] has a pure dict + map, a missing Tcl_DictObjDone() call led to a memleak. [Bug 1710709] + 2007-04-30 Daniel Steffen <das@users.sourceforge.net> * unix/Makefile.in: add 'tclsh' dependency to install targets that rely @@ -10,7 +15,7 @@ Tcl_Obj's as late as possible, and only when actually needed. [Bug 1705778, leak K29]. -2007-04-30 Kevin B, Kenny <kennykb@acm.org> +2007-04-30 Kevin B. Kenny <kennykb@acm.org> * generic/tclProc.c (Tcl_ProcObjCmd, SetLambdaFromAny): Corrected reference count mismanagement on the name of the source file in |