mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-05 01:23:39 +02:00
Merge pull request #4493 from netfoundry/gcc11.fixes_2.x
Backport 2.x: build with gcc11
This commit is contained in:
@@ -1005,8 +1005,8 @@ exit:
|
||||
|
||||
for( delay_idx = 0; delay_idx < MAX_DELAYED_HS; delay_idx++ )
|
||||
{
|
||||
mbedtls_free( opt.delay_cli + delay_idx );
|
||||
mbedtls_free( opt.delay_srv + delay_idx );
|
||||
mbedtls_free( opt.delay_cli[delay_idx] );
|
||||
mbedtls_free( opt.delay_srv[delay_idx] );
|
||||
}
|
||||
|
||||
mbedtls_net_free( &client_fd );
|
||||
|
||||
Reference in New Issue
Block a user