summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2005-10-05 06:33:51 (GMT)
committerhobbs <hobbs>2005-10-05 06:33:51 (GMT)
commit001484010656fc7ed52edb2c9a770f18cc7e6dc3 (patch)
treedb40aefd0c98375599fbb3d46e7cb595be93e483 /ChangeLog
parent9f6bbd3b79f74a8449023467afca0207c7621dad (diff)
downloadtcl-001484010656fc7ed52edb2c9a770f18cc7e6dc3.zip
tcl-001484010656fc7ed52edb2c9a770f18cc7e6dc3.tar.gz
tcl-001484010656fc7ed52edb2c9a770f18cc7e6dc3.tar.bz2
win/tclWinSerial.c (SerialSetOptionProc): free argv [Bug 1067708]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b04f1ce..8693f38 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2005-10-04 Jeff Hobbs <jeffh@ActiveState.com>
+ * win/tclWinSerial.c (SerialSetOptionProc): free argv [Bug 1067708]
+
* tests/http.test: do not URI encode -._~ according
* library/http/http.tcl (init): to RFC3986. [Bug 1182373] (aho)