diff options
author | Kevin B Kenny <kennykb@acm.org> | 2007-04-30 19:46:01 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2007-04-30 19:46:01 (GMT) |
commit | ef64476803632cdf7cd5858ec9753c18708136ce (patch) | |
tree | bb2f7463341723979025c0da9189eaeda53bf5ee /ChangeLog | |
parent | d06f0e1b96da6ea307740dbf964082381f33f71c (diff) | |
download | tcl-ef64476803632cdf7cd5858ec9753c18708136ce.zip tcl-ef64476803632cdf7cd5858ec9753c18708136ce.tar.gz tcl-ef64476803632cdf7cd5858ec9753c18708136ce.tar.bz2 |
* generic/tclProc.c (Tcl_ProcObjCmd, SetLambdaFromAny): Corrected
reference count mismanagement on the name of the source file in
the TIP 280 code. [Bug 1705778, leak K02 among other manifestations]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +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 + the TIP 280 code. [Bug 1705778, leak K02 among other manifestations] + 2007-04-25 Donal K. Fellows <dkf@users.sf.net> *** 8.5a6 TAGGED FOR RELEASE *** |