test: Really fix the mem leak from prior commit

Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
David Goulet 2023-06-01 09:07:43 -04:00
parent faff592c3b
commit 7f5355826b

View File

@ -710,7 +710,6 @@ test_crypto_equix(void *arg)
tt_int_op(expected, OP_EQ, result);
}
equix_free(solve_ctx);
equix_free(verify_ctx);
}
}