mirror of
https://github.com/espressif/mbedtls.git
synced 2026-09-11 21:09:54 +00:00
Free the modulus before the data in it in mod_raw_add tests
Signed-off-by: Tom Cosgrove <[email protected]>
This commit is contained in:
@@ -370,13 +370,13 @@ void mpi_mod_raw_add( char * input_N,
|
||||
}
|
||||
|
||||
exit:
|
||||
mbedtls_mpi_mod_modulus_free( &m );
|
||||
|
||||
mbedtls_free( A );
|
||||
mbedtls_free( B );
|
||||
mbedtls_free( S );
|
||||
mbedtls_free( N );
|
||||
mbedtls_free( X );
|
||||
|
||||
mbedtls_mpi_mod_modulus_free( &m );
|
||||
}
|
||||
/* END_CASE */
|
||||
/* END MERGE SLOT 5 */
|
||||
|
||||
Reference in New Issue
Block a user