Archive Index
This month's Index
|
Subject: [ libssh2-Bugs-2929647 ] memory leak when connection is lost
[ libssh2-Bugs-2929647 ] memory leak when connection is lost
From: SourceForge.net <noreply_at_sourceforge.net>
Date: Sun, 14 Feb 2010 23:16:11 +0000
Bugs item #2929647, was opened at 2010-01-11 08:38
Please note that this message will contain a full copy of the comment thread,
Initial Comment:
Memory for outgoing packet buffer is allocated to (session->packet->outbuf) on transport.c:737.
The problem is, when I call libssh2_session_free() to cleanup the resouces, it won't
By cleaning up (session->packet->outbuf) in session_free(), the problem could be fixed.
----------------------------------------------------------------------
Comment By: Daniel Stenberg (bagder)
Message:
A fix has just been committed to the source code repo, this case is now
----------------------------------------------------------------------
You can respond by visiting:
|