mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2024-12-06 19:26:23 +01:00
free pkey after usage
This commit is contained in:
@@ -45,6 +45,7 @@ namespace data
|
||||
default:
|
||||
LogPrint (eLogWarning, "Family: Certificate key type ", keyType, " is not supported");
|
||||
}
|
||||
EVP_PKEY_free (pkey);
|
||||
}
|
||||
SSL_free (ssl);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user