mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-07-28 01:41:48 +03:00
Add ssh_free at the end
This commit is contained in:
@ -699,6 +699,7 @@ int main(int argc, char **argv){
|
||||
if(!sftp && !cmds[0])
|
||||
do_cleanup(0);
|
||||
ssh_disconnect(session);
|
||||
ssh_free(session);
|
||||
ssh_finalize();
|
||||
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user