mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 03:05:44 +01:00
parent
48b7cb8ea2
commit
9fa6ea7cdf
@ -2362,7 +2362,7 @@ void ssl_free( ssl_context *ssl )
|
||||
|
||||
SSL_DEBUG_MSG( 2, ( "<= free" ) );
|
||||
|
||||
/* Actually free after last debug message */
|
||||
/* Actually clear after last debug message */
|
||||
memset( ssl, 0, sizeof( ssl_context ) );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user