mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Fix leaked test buffer
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
6043e49039
commit
4a760882bb
|
|
@ -4060,6 +4060,7 @@ exit:
|
|||
psa_destroy_key( key );
|
||||
mbedtls_free( ciphertext );
|
||||
mbedtls_free( finish_ciphertext );
|
||||
mbedtls_free( tag_buffer );
|
||||
psa_aead_abort( &operation );
|
||||
PSA_DONE( );
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue