- Fixed memory leak in the SCP/SFTP code as it never freed the knownhosts

data!
This commit is contained in:
Daniel Stenberg
2009-10-18 01:11:25 +00:00
parent e5ee822745
commit 86cec97b22
3 changed files with 13 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ This release includes the following bugfixes:
o invalid file name characters handling on Windows
o double close() on the primary socket with libcurl-NSS
o GSS negotiate infinite loop on bad credentials
o memory leak in SCP/SFTP connections
This release includes the following known bugs: