I've spotted (thanks to valgrind) what looks like a memory leak in libssh2. The pointer session->packet->payload (a.k.a. p->payload) is allocated in libssh2_packet_read(), but it doesn't seem to be freed anywhere in the non-error, non-compression path.
>>> Dan -- http://www.MoveAnnouncer.com The web change of address service Let webmasters know that your web site has moved ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ libssh2-devel mailing list libssh2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libssh2-devel