mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-09 20:51:04 +00:00
free pkey after usage
This commit is contained in:
parent
e2aa2709ac
commit
47bf0ef591
@ -45,6 +45,7 @@ namespace data
|
||||
default:
|
||||
LogPrint (eLogWarning, "Family: Certificate key type ", keyType, " is not supported");
|
||||
}
|
||||
EVP_PKEY_free (pkey);
|
||||
}
|
||||
SSL_free (ssl);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user