diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-08-16 13:37:48 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-08-16 13:37:48 (GMT) |
commit | 7af465e6e0701eb6bd529ddc039d32a4e2346b73 (patch) | |
tree | a5ad2df6cc3168198c1d958ad1041d6e2147e05f /ChangeLog | |
parent | 4b5d9d688fcfa02e6cbce01873ea40fa7fc62bde (diff) | |
download | tcl-7af465e6e0701eb6bd529ddc039d32a4e2346b73.zip tcl-7af465e6e0701eb6bd529ddc039d32a4e2346b73.tar.gz tcl-7af465e6e0701eb6bd529ddc039d32a4e2346b73.tar.bz2 |
* generic/tclIOUtil.c (SetFsPathFromAny): Objects should only have
their old representation deleted when we know that we are about to
install a new one. This stops a weird TclX bug under Linux with
certain kinds of memory debugging enabled which essentally came
down to a double-free of a string.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2002-08-16 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * generic/tclIOUtil.c (SetFsPathFromAny): Objects should only have + their old representation deleted when we know that we are about to + install a new one. This stops a weird TclX bug under Linux with + certain kinds of memory debugging enabled which essentally came + down to a double-free of a string. + 2002-08-14 Miguel Sofer <msofer@users.sourceforge.net> * generic/tclInt.h: |