commit | 47da7bfac82bf2c0447b00454372cf9b2cc6ebc6 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <gilles.peskine@arm.com> | Mon Oct 17 17:57:59 2022 +0200 |
committer | GitHub <noreply@github.com> | Mon Oct 17 17:57:59 2022 +0200 |
tree | 2e5619678d7e956fd603b262377be53d720b864a | |
parent | 6c6f04b651a957d2f59e7aa005bb118d347671aa [diff] | |
parent | 503d09b52d9d068a434f8b90647e46d86f33e30b [diff] |
Merge pull request #6434 from gilles-peskine-arm/lmots_import_export_test-memory_leak LMS: Fix memory leak if unit test fails
diff --git a/tests/suites/test_suite_lmots.function b/tests/suites/test_suite_lmots.function index 53ab02f..fd6a89f 100644 --- a/tests/suites/test_suite_lmots.function +++ b/tests/suites/test_suite_lmots.function
@@ -193,6 +193,7 @@ exit: mbedtls_lmots_public_free( &ctx ); + mbedtls_free( exported_pub_key ); } /* END_CASE */