commit eeba944ee0a642ef105b639f1bb0580fae28d3ab Author: Nick Mathewson nickm@torproject.org Date: Tue Sep 4 20:25:25 2018 -0400
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 9ec0657d8..4f814129e 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(); }
tor-commits@lists.torproject.org