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: Mon, 11 Jan 2010 07:38:56 +0000
Bugs item #2929647, was opened at 2010-01-11 16: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.
----------------------------------------------------------------------
You can respond by visiting:
|