Переглянути джерело

Fix an easy refcounting bug in a unit test

Nick Mathewson 5 роки тому
батько
коміт
eeba944ee0
1 змінених файлів з 0 додано та 1 видалено
  1. 0 1
      src/test/test_x509.c

+ 0 - 1
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();
 }