commit | 6da3d83f33dff232aec246d3e36fdd69f623d3c3 | [log] [tgz] |
---|---|---|
author | Paul Elliott <paul.elliott@arm.com> | Fri Aug 11 16:28:06 2023 +0100 |
committer | Paul Elliott <paul.elliott@arm.com> | Fri Aug 11 16:28:06 2023 +0100 |
tree | 740e4fd016e27bc01bb8d5acf6a1594e93514e4e | |
parent | 5e678fd4d2f530e8082096b25d5ac916fb378e56 [diff] |
Fix resource leak in test failure case Signed-off-by: Paul Elliott <paul.elliott@arm.com>
diff --git a/tests/suites/test_suite_bignum_mod.function b/tests/suites/test_suite_bignum_mod.function index 7015284..eaf2bd5 100644 --- a/tests/suites/test_suite_bignum_mod.function +++ b/tests/suites/test_suite_bignum_mod.function
@@ -737,5 +737,6 @@ mbedtls_free(R); mbedtls_free(R_COPY); mbedtls_free(obuf); + mbedtls_free(ref_buf); } /* END_CASE */