This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch main in repository tor.
The following commit(s) were added to refs/heads/main by this push: new 7f5355826b test: Really fix the mem leak from prior commit 7f5355826b is described below
commit 7f5355826b91083c5e12fe7fc4013580f27b7771 Author: David Goulet dgoulet@torproject.org AuthorDate: Thu Jun 1 09:07:43 2023 -0400
test: Really fix the mem leak from prior commit
Signed-off-by: David Goulet dgoulet@torproject.org --- 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); } }
tor-commits@lists.torproject.org