mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
components/openssl: fix the SSL_free memory leak
This commit is contained in:
@@ -266,7 +266,7 @@ const SSL_METHOD *SSL_CTX_get_ssl_method(SSL_CTX *ctx)
|
||||
*/
|
||||
SSL *SSL_new(SSL_CTX *ctx)
|
||||
{
|
||||
int ret;
|
||||
int ret = 0;
|
||||
SSL *ssl;
|
||||
|
||||
if (!ctx)
|
||||
|
Reference in New Issue
Block a user