On Tue, 31 Mar 2009, Daniel Stenberg wrote:

> This would happen if the condition on src/channel.c:2450 never evaluates 
> true, as then it'll simply skip the channel close phase.

Explaining things out loud is useful. After having written this it was clear 
to me that the 'local.close' variable was set true prematurely and thus it 
could very well abort the channel close state too early and thus skip calling 
the sftp free function.

Please update from CVS again and see if this might be what happened. If not, 
the previous debug-patch will still be interesting.

-- 

  / daniel.haxx.se

------------------------------------------------------------------------------
_______________________________________________
libssh2-devel mailing list
libssh2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libssh2-devel

Reply via email to