tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 7f5355826b91083c5e12fe7fc4013580f27b7771
parent faff592c3bc4c3bdebd8ac3c24bd23c50dc4c833
Author: David Goulet <dgoulet@torproject.org>
Date:   Thu,  1 Jun 2023 09:07:43 -0400

test: Really fix the mem leak from prior commit

Signed-off-by: David Goulet <dgoulet@torproject.org>

Diffstat:
Msrc/test/test_crypto_slow.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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); } }