aboutsummaryrefslogtreecommitdiff
path: root/libssh
diff options
context:
space:
mode:
Diffstat (limited to 'libssh')
-rw-r--r--libssh/kex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libssh/kex.c b/libssh/kex.c
index a5997348..a411755b 100644
--- a/libssh/kex.c
+++ b/libssh/kex.c
@@ -781,6 +781,7 @@ end:
string_free(server_exp);
string_free(serverkey);
string_free(hostkey);
+ string_free(enc_session);
publickey_free(srv);
publickey_free(host);