summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2023-06-01 09:07:43 -0400
committerDavid Goulet <dgoulet@torproject.org>2023-06-01 09:07:43 -0400
commit7f5355826b91083c5e12fe7fc4013580f27b7771 (patch)
tree88401094f209b564905cfcab2911b7e698a1632e
parentfaff592c3bc4c3bdebd8ac3c24bd23c50dc4c833 (diff)
downloadtor-7f5355826b91083c5e12fe7fc4013580f27b7771.tar.gz
tor-7f5355826b91083c5e12fe7fc4013580f27b7771.zip
test: Really fix the mem leak from prior commit
Signed-off-by: David Goulet <dgoulet@torproject.org>
-rw-r--r--src/test/test_crypto_slow.c1
1 files changed, 0 insertions, 1 deletions
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);
}
}