mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-17 04:11:45 +08: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);
|
||||||
mbedtls_free(R_COPY);
|
mbedtls_free(R_COPY);
|
||||||
mbedtls_free(obuf);
|
mbedtls_free(obuf);
|
||||||
|
mbedtls_free(ref_buf);
|
||||||
}
|
}
|
||||||
/* END_CASE */
|
/* END_CASE */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user