diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-01-16 18:33:25 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-01-16 18:33:25 +0000 |
commit | bbdc483671a248b553c1e5ccb42c90a665cea629 (patch) | |
tree | 6d052b1c0f2d8aed2d801409af62d6adbca216c3 /CHANGES | |
parent | f11d3c329c335a3fb8f01cc4509e2ab7a2abec04 (diff) |
Fixed a small memory leak in tftp uploads discovered by curl's memory leak
detector. Also changed tftp downloads to URL-unescape the downloaded
file name.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ Changelog +Dan F (16 January 2007) +- Fixed a small memory leak in tftp uploads discovered by curl's memory leak + detector. Also changed tftp downloads to URL-unescape the downloaded + file name. + Daniel (14 January 2007) - David McCreedy provided libcurl changes for doing HTTP communication on non-ASCII platforms. It does add some complexity, most notably with more |