fix: Fix stupid memory leak. (#1005)
Pointed out by @oleh-yudin-ring. Follow-up to #996.
Этот коммит содержится в:
родитель
33d3b199e6
Коммит
99b79f2102
@ -294,6 +294,7 @@ int encode_auth_setting(const char *username, const char *password, EVP_PKEY *pu
|
||||
unsigned char *encrypted = NULL;
|
||||
int encrypted_len;
|
||||
encrypted_len = encrypt_rsa_message(text, public_key, &encrypted);
|
||||
free(text);
|
||||
if (encrypted_len < 0) {
|
||||
return -1;
|
||||
}
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user