mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-07 02:39:48 +09:00
kex: Fixed a memory leak.
Thanks to Xi Wang for the patch.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user