commit | 631f63d29d8c7fe314a47e470a41d168246bd5f2 | [log] [tgz] |
---|---|---|
author | Xiaokang Qian <xiaokang.qian@arm.com> | Wed May 17 06:13:02 2023 +0000 |
committer | Xiaokang Qian <xiaokang.qian@arm.com> | Wed May 17 10:02:52 2023 +0000 |
tree | 02381a25074df5186fee5f7f0c0ea833035bf38f | |
parent | d3e86a170a8b9ab011aac56d94c715420f6972bb [diff] |
Remove modulus double free Signed-off-by: Xiaokang Qian <xiaokang.qian@arm.com>
diff --git a/tests/suites/test_suite_ecp.function b/tests/suites/test_suite_ecp.function index 5ba6922..56bc179 100644 --- a/tests/suites/test_suite_ecp.function +++ b/tests/suites/test_suite_ecp.function
@@ -1601,8 +1601,6 @@ MBEDTLS_MPI_MOD_EXT_REP_LE), 0); TEST_EQUAL(memcmp(bufx, &Result, sizeof(mbedtls_mpi_uint)), 0); - /* Test for user free-ing allocated memory */ - mbedtls_mpi_mod_modulus_free(&m); } exit: