Curl_scp_done() needs to call libssh2_channel_free() to prevent a
authorJames Housley <jim@thehousleys.net>
Fri, 8 Jun 2007 16:19:21 +0000 (16:19 +0000)
committerJames Housley <jim@thehousleys.net>
Fri, 8 Jun 2007 16:19:21 +0000 (16:19 +0000)
commit4f8ebd167358a8485004d7bce8bc138b5d4d24ee
tree84bdf4a40a48f4d167ee82a9e6453f65650b127f
parentcd4e6fbcacc41de714a8f485d64789f013f755d7
Curl_scp_done() needs to call libssh2_channel_free() to prevent a
memory leak, and it is the right thing to do.
lib/ssh.c