]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
test: Really fix the mem leak from prior commit
authorDavid Goulet <dgoulet@torproject.org>
Thu, 1 Jun 2023 13:07:43 +0000 (09:07 -0400)
committerDavid Goulet <dgoulet@torproject.org>
Thu, 1 Jun 2023 13:07:43 +0000 (09:07 -0400)
Signed-off-by: David Goulet <dgoulet@torproject.org>
src/test/test_crypto_slow.c

index 3c44b8ded863621f54b3fc51893a26fe11645e6a..52091f190c2678ffd97513624a69e34d5dfc7048 100644 (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);
     }
   }