summaryrefslogtreecommitdiffstats
path: root/libssh/session.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/session.c')
-rw-r--r--libssh/session.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libssh/session.c b/libssh/session.c
index 9dc43dd..9288542 100644
--- a/libssh/session.c
+++ b/libssh/session.c
@@ -128,7 +128,6 @@ void ssh_cleanup(SSH_SESSION *session) {
private_key_free(session->dsa_key);
private_key_free(session->rsa_key);
ssh_message_free(session->ssh_message);
- SAFE_FREE(session->ssh_message);
ssh_options_free(session->options);
/* burn connection, it could hang sensitive datas */