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