summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2007-04-25 19:09:03 (GMT)
committerKevin B Kenny <kennykb@acm.org>2007-04-25 19:09:03 (GMT)
commit3e9935c9d0351de3a1b1da3f2c9dbb01e78799c7 (patch)
treefc7aa243eab8a38f2201fac2a7b4e093d1ecb89d /ChangeLog
parentbc808f183f4c2b6328fe0d9d44396e1147795f84 (diff)
downloadtcl-3e9935c9d0351de3a1b1da3f2c9dbb01e78799c7.zip
tcl-3e9935c9d0351de3a1b1da3f2c9dbb01e78799c7.tar.gz
tcl-3e9935c9d0351de3a1b1da3f2c9dbb01e78799c7.tar.bz2
* generic/tclIOUtil.c (Tcl_FSChdir): Changed the memory management
to that the path returned from Tcl_FSGetNativePath is not duplicated before being stored as the current directory, to avoid a memory leak. [Bug 1705778, leak K01 among other manifestations]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 23169c6..883c80d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-04-25 Kevin B. Kenny <kennykb@acm.org>
+
+ * generic/tclIOUtil.c (Tcl_FSChdir): Changed the memory management
+ so that the path returned from Tcl_FSGetNativePath is not
+ duplicated before being stored as the current directory, to avoid
+ a memory leak. [Bug 1705778, leak K01 among other manifestations]
+
2007-04-25 Don Porter <dgp@users.sourceforge.net>
* generic/tclCompExpr.c (ParseExpr): Revised to be sure that