commit | 20d2e06ca48f4babeb7308ba5637e32ee8c4bcd2 | [log] [tgz] |
---|---|---|
author | Raef Coles <raef.coles@arm.com> | Thu Oct 13 09:28:18 2022 +0100 |
committer | Raef Coles <raef.coles@arm.com> | Thu Oct 13 14:30:20 2022 +0100 |
tree | b0cd26ddc031f0bb4a3e5787dfbaf3697161e8d7 | |
parent | 781f7bedb0a3c9d7d99c5d71a9dfac61966249d6 [diff] [blame] |
Add cleanup frees in LMS and LMOTS 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 c582ce7..1fec900 100644 --- a/tests/suites/test_suite_lmots.function +++ b/tests/suites/test_suite_lmots.function
@@ -142,6 +142,8 @@ } exit: + if( tmp_sig != NULL ) + mbedtls_free( tmp_sig ); mbedtls_lmots_public_free( &ctx ); } /* END_CASE */