From 7f5355826b91083c5e12fe7fc4013580f27b7771 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Thu, 1 Jun 2023 09:07:43 -0400 Subject: test: Really fix the mem leak from prior commit Signed-off-by: David Goulet --- src/test/test_crypto_slow.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/test_crypto_slow.c b/src/test/test_crypto_slow.c index 3c44b8ded8..52091f190c 100644 --- a/src/test/test_crypto_slow.c +++ b/src/test/test_crypto_slow.c @@ -710,7 +710,6 @@ test_crypto_equix(void *arg) tt_int_op(expected, OP_EQ, result); } - equix_free(solve_ctx); equix_free(verify_ctx); } } -- cgit v1.2.3-54-g00ecf