1
1

clarify the fix, as it wasn't a leak

Этот коммит содержится в:
Daniel Stenberg 2009-05-25 11:03:24 +02:00
родитель 42e9f02025
Коммит 160e5aa763

5
NEWS
Просмотреть файл

@ -1,8 +1,7 @@
* (May 23 2009) Daniel Stenberg:
- Anonymous bug report #2795816 revealed that libssh2_sftp_shutdown() did not
properly free/cleanup the SFTP handle so libssh2 leaked memory and caused
an assert() on subsequent libssh2_sftp_init() calls on the same session.
- Anonymous bug report #2795816 revealed that doing subsequent
libssh2_sftp_init() calls on the same session failed.
* (May 20 2009) Daniel Stenberg: