diff options
| author | Aris Adamantiadis <aris@0xbadc0de.be> | 2010-05-10 22:32:52 +0200 |
|---|---|---|
| committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2010-05-10 22:32:52 +0200 |
| commit | bae409071522ae65c02bc36fccb87ee2a7179edf (patch) | |
| tree | 0481d1b62e6281b8de5b15ea78dd76ce0a681c9b /libssh/session.c | |
| parent | 403ded1e978f716769ade6d099b2419e4fceaff7 (diff) | |
Backport of the proxycommand feature
Diffstat (limited to 'libssh/session.c')
| -rw-r--r-- | libssh/session.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libssh/session.c b/libssh/session.c index c73a2879..57a3e80f 100644 --- a/libssh/session.c +++ b/libssh/session.c @@ -213,6 +213,7 @@ void ssh_free(ssh_session session) { SAFE_FREE(session->host); SAFE_FREE(session->sshdir); SAFE_FREE(session->knownhosts); + SAFE_FREE(session->ProxyCommand); for (i = 0; i < 10; i++) { if (session->wanted_methods[i]) { |
