diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-11-08 14:24:55 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-11-08 14:24:55 (GMT) |
commit | d505bd3c8c89ad756dcd8cb672e623c31f1ffd0a (patch) | |
tree | 58cca7eaf90d4d9c8a8102a1a796e69286dffc59 /ChangeLog | |
parent | cfc531110a22c8186df8056d27da13ca8d0fda25 (diff) | |
download | tcl-d505bd3c8c89ad756dcd8cb672e623c31f1ffd0a.zip tcl-d505bd3c8c89ad756dcd8cb672e623c31f1ffd0a.tar.gz tcl-d505bd3c8c89ad756dcd8cb672e623c31f1ffd0a.tar.bz2 |
Fix for [Bug 1348775]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2005-11-08 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> + + * generic/tclTrace.c (TraceVarEx): Factor out the core of Tcl_TraceVar2 + (TclTraceVariableObjCmd,TraceVarProc): Use the new internal API to + arrange for the clientData to be cleaned up at the same time as the + rest of the main trace record. This simplifies the code a bit at the + same time. + 2005-11-07 Miguel Sofer <msofer@users.sf.net> * tests/trace.test (trace-13.2-4): added tests to detect leak, see [Bug |