mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-25 19:22:57 +00:00
Remove unnecessary call to mbedtls_mpi_free() in MPI tests
This commit is contained in:
@@ -257,8 +257,6 @@ void mpi_invalid_param( )
|
||||
TEST_INVALID_PARAM_RET( MBEDTLS_ERR_MPI_BAD_INPUT_DATA,
|
||||
mbedtls_mpi_inv_mod( &X, &X, NULL ) );
|
||||
|
||||
mbedtls_mpi_free( NULL );
|
||||
|
||||
exit:
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user