diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-10-25 07:47:38 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-10-25 07:47:38 +0000 |
commit | 91e27ce755a2dbf8084517fb4ec441a260ffee84 (patch) | |
tree | 6e087dc099dc6933e482d2cda2793c482c895fac /CHANGES | |
parent | 65ed69662513b14143e8821c72ea41d7c69113d9 (diff) |
Fixed a TFTP memory leak. Enabled test 2003 to verify this.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ Changelog +Daniel S (25 October 2007) +- Fixed a few memory leaks when the same easy handle is re-used to request + URLs with different protocols. FTP and TFTP related leaks. Caught thanks to + Dan F's new test cases. + Dan F (24 October 2007) - Fixed the test FTP and TFTP servers to support the >10000 test number notation |