mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-17 07:17:12 +00:00
Fix resource leak in test failure case
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
5e678fd4d2
commit
6da3d83f33
@ -737,5 +737,6 @@ exit:
|
||||
mbedtls_free(R);
|
||||
mbedtls_free(R_COPY);
|
||||
mbedtls_free(obuf);
|
||||
mbedtls_free(ref_buf);
|
||||
}
|
||||
/* END_CASE */
|
||||
|
Loading…
Reference in New Issue
Block a user