mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01:00
Remove unnecessary call to mbedtls_mpi_free() in MPI tests
This commit is contained in:
parent
b48e1aa846
commit
59274d43cb
1 changed files with 0 additions and 2 deletions
|
|
@ -257,8 +257,6 @@ void mpi_invalid_param( )
|
||||||
TEST_INVALID_PARAM_RET( MBEDTLS_ERR_MPI_BAD_INPUT_DATA,
|
TEST_INVALID_PARAM_RET( MBEDTLS_ERR_MPI_BAD_INPUT_DATA,
|
||||||
mbedtls_mpi_inv_mod( &X, &X, NULL ) );
|
mbedtls_mpi_inv_mod( &X, &X, NULL ) );
|
||||||
|
|
||||||
mbedtls_mpi_free( NULL );
|
|
||||||
|
|
||||||
exit:
|
exit:
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue