mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Fix an easy refcounting bug in a unit test
This commit is contained in:
parent
0db5c54957
commit
eeba944ee0
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user