mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-04 22:19:05 +00:00
Merge pull request #8067 from paul-elliott-arm/fix_bignum_test_leak
Fix resource leak in bignum test failure case
This commit is contained in:
commit
a797f152ee
1 changed files with 1 additions and 0 deletions
|
|
@ -737,5 +737,6 @@ exit:
|
|||
mbedtls_free(R);
|
||||
mbedtls_free(R_COPY);
|
||||
mbedtls_free(obuf);
|
||||
mbedtls_free(ref_buf);
|
||||
}
|
||||
/* END_CASE */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue