server: Fix double-free on failed Apple DH

v0.7
Andri Yngvason 2023-11-04 23:10:15 +00:00
parent 112391140a
commit 823870f88e
1 changed files with 0 additions and 1 deletions

View File

@ -494,7 +494,6 @@ static int on_apple_dh_response(struct nvnc_client* client)
} else {
nvnc_log(NVNC_LOG_INFO, "User \"%s\" rejected", username);
security_handshake_failed(client, "Invalid username or password");
crypto_cipher_del(cipher);
}
return sizeof(*msg) + key_len;