From: David Goulet Date: Thu, 1 Jun 2023 13:07:43 +0000 (-0400) Subject: test: Really fix the mem leak from prior commit X-Git-Tag: tor-0.4.8.1-alpha~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7f5355826b91083c5e12fe7fc4013580f27b7771;p=thirdparty%2Ftor.git test: Really fix the mem leak from prior commit Signed-off-by: David Goulet --- 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); } }