commit | 99b257ca19ed796043977b8ea73a9078ef394225 | [log] [tgz] |
---|---|---|
author | Andres AG <andres.amayagarcia@arm.com> | Fri Aug 26 17:21:14 2016 +0100 |
committer | Andres AG <andres.amayagarcia@arm.com> | Fri Aug 26 17:21:14 2016 +0100 |
tree | 5825f105d994e2a5bb9252d80a81b9c0345b3d58 | |
parent | 7aa5fa1e90c1ca7038ef60591637e5267e282749 [diff] [blame] |
Fix memory leak in test_suite_md.function
diff --git a/tests/suites/test_suite_md.function b/tests/suites/test_suite_md.function index 5c453e4..6ac834e 100644 --- a/tests/suites/test_suite_md.function +++ b/tests/suites/test_suite_md.function
@@ -231,6 +231,7 @@ exit: mbedtls_md_free( &ctx ); + mbedtls_md_free( &ctx_copy ); } /* END_CASE */ @@ -284,6 +285,7 @@ exit: mbedtls_md_free( &ctx ); + mbedtls_md_free( &ctx_copy ); } /* END_CASE */