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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue