[tor/master] Fix an easy refcounting bug in a unit test

5 Sep
2018
5 Sep
'18
12:47 a.m.
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(); }
2482
Age (days ago)
2482
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org