test_suite_ssl: add missing options cleanup

Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
This commit is contained in:
Andrzej Kurek 2022-06-11 05:08:38 -04:00
parent ed58b50ea6
commit 6e518ab086

View file

@ -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 */