From 160e5aa763acedddce56587da248116e93d46255 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 25 May 2009 11:03:24 +0200 Subject: [PATCH] clarify the fix, as it wasn't a leak --- NEWS | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 971364d..a27d00f 100644 --- a/NEWS +++ b/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: