From c5b818100540100c4f60baa311bc438c651b55a4 Mon Sep 17 00:00:00 2001 From: Ethan Looney Date: Mon, 13 Jul 2020 09:58:00 -0700 Subject: [PATCH] Added a free call for shake256_copy --- tests/api.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/api.c b/tests/api.c index bf3b985e2..85b9d7eb4 100644 --- a/tests/api.c +++ b/tests/api.c @@ -8818,9 +8818,9 @@ static int test_wc_Shake256_Copy (void) ret = WOLFSSL_FATAL_ERROR; } } - + wc_Shake256_Free(&shake); printf(resultFmt, ret == 0 ? passed : failed); - + #endif return ret;