From eeba944ee0a642ef105b639f1bb0580fae28d3ab Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 4 Sep 2018 20:25:25 -0400 Subject: [PATCH] Fix an easy refcounting bug in a unit test --- src/test/test_x509.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/test_x509.c b/src/test/test_x509.c index 9ec0657d83..4f814129e5 100644 --- a/src/test/test_x509.c +++ b/src/test/test_x509.c @@ -57,7 +57,6 @@ test_x509_cert_new_failing_digest(void *arg) done: crypto_pk_free(pk1); crypto_pk_free(pk2); - tor_x509_cert_impl_free(impl); UNMOCK(crypto_digest); teardown_capture_of_logs(); }