Free the correct struct element
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
535f36d203
commit
d8f5bc2d3d
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ void mbedtls_mpi_mod_modulus_free( mbedtls_mpi_mod_modulus *m )
|
|||
case MBEDTLS_MPI_MOD_REP_MONTGOMERY:
|
||||
mbedtls_free( m->rep.mont ); break;
|
||||
case MBEDTLS_MPI_MOD_REP_OPT_RED:
|
||||
mbedtls_free( m->rep.mont ); break;
|
||||
mbedtls_free( m->rep.ored ); break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue