commit | 1d88ea870f80459c896c056fc95246b4e8c29ed9 | [log] [tgz] |
---|---|---|
author | Raef Coles <raef.coles@arm.com> | Thu Oct 13 14:18:16 2022 +0100 |
committer | Raef Coles <raef.coles@arm.com> | Thu Oct 13 14:30:35 2022 +0100 |
tree | 85b4344e7447813c3db65803bd46b50720ad746c | |
parent | 29c490db9796cb21a2eebadf38c0e9447f62703f [diff] [blame] |
Remove unneeded NULL pointer checks in LMS tests Signed-off-by: Raef Coles <raef.coles@arm.com>
diff --git a/tests/suites/test_suite_lmots.function b/tests/suites/test_suite_lmots.function index f2ce29a..0f33925 100644 --- a/tests/suites/test_suite_lmots.function +++ b/tests/suites/test_suite_lmots.function
@@ -136,8 +136,7 @@ } exit: - if( tmp_sig != NULL ) - mbedtls_free( tmp_sig ); + mbedtls_free( tmp_sig ); mbedtls_lmots_public_free( &ctx ); } /* END_CASE */