aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ecdh.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ecdh.c b/src/ecdh.c
index 9583473..b0fd212 100644
--- a/src/ecdh.c
+++ b/src/ecdh.c
@@ -239,6 +239,7 @@ int ssh_server_ecdh_init(ssh_session session, ssh_buffer packet){
goto error;
}
buffer_add_ssh_string(session->out_buffer, sig_blob);
+ ssh_string_free(sig_blob);
/* Free private keys as they should not be readable after this point */
if (session->srv.rsa_key) {
ssh_key_free(session->srv.rsa_key);