summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2002-08-16 13:37:48 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2002-08-16 13:37:48 (GMT)
commit7af465e6e0701eb6bd529ddc039d32a4e2346b73 (patch)
treea5ad2df6cc3168198c1d958ad1041d6e2147e05f /ChangeLog
parent4b5d9d688fcfa02e6cbce01873ea40fa7fc62bde (diff)
downloadtcl-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f3a4b6f..0daadde 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: