mirror of
https://github.com/espressif/mbedtls.git
synced 2026-09-13 05:49:55 +00:00
test_suite_ssl: add missing options cleanup
Signed-off-by: Andrzej Kurek <[email protected]>
This commit is contained in:
@@ -4998,6 +4998,8 @@ void handshake_serialization( )
|
||||
perform_handshake( &options );
|
||||
/* The goto below is used to avoid an "unused label" warning.*/
|
||||
goto exit;
|
||||
exit:
|
||||
free_handshake_options( &options );
|
||||
}
|
||||
/* END_CASE */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user