diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2021-03-03 23:17:19 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2021-03-03 23:20:57 +0000 |
| commit | 442a293611461834778d1b7cd2ac170fb3427dcf (patch) | |
| tree | df4b9337ca6dc0d37d4ec090fcb6d4ab6fb05379 /tools | |
| parent | 68c03734484f679bf2f15fc81359128e331db364 (diff) | |
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/tools/crypto/cryptocheck.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/tools/crypto/cryptocheck.c b/tools/tools/crypto/cryptocheck.c index 389d0cc9f610..bd075d24e0f5 100644 --- a/tools/tools/crypto/cryptocheck.c +++ b/tools/tools/crypto/cryptocheck.c @@ -1141,6 +1141,7 @@ run_gmac_test(const struct alg *alg, size_t size) out: free(buffer); + free(iv); free(key); } |
