Fix resource leak in test failure case

Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
Paul Elliott 2023-08-11 16:28:06 +01:00
parent 5e678fd4d2
commit 6da3d83f33

View file

@ -737,5 +737,6 @@ exit:
mbedtls_free(R);
mbedtls_free(R_COPY);
mbedtls_free(obuf);
mbedtls_free(ref_buf);
}
/* END_CASE */