mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
test_suite_ssl: add missing options cleanup
Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
This commit is contained in:
parent
ed58b50ea6
commit
6e518ab086
|
|
@ -4998,6 +4998,8 @@ void handshake_serialization( )
|
||||||
perform_handshake( &options );
|
perform_handshake( &options );
|
||||||
/* The goto below is used to avoid an "unused label" warning.*/
|
/* The goto below is used to avoid an "unused label" warning.*/
|
||||||
goto exit;
|
goto exit;
|
||||||
|
exit:
|
||||||
|
free_handshake_options( &options );
|
||||||
}
|
}
|
||||||
/* END_CASE */
|
/* END_CASE */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue