mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 11:04:00 +01: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…
Reference in a new issue