free test certificate when test is done

This commit is contained in:
Jacob Barthelmeh
2020-09-02 16:05:05 -06:00
parent fd2074da00
commit 682b1468b8

View File

@ -27763,6 +27763,7 @@ static void test_wolfSSL_X509_sign(void)
EVP_PKEY_free(priv);
EVP_PKEY_free(pub);
X509_free(x509);
X509_free(ca);
printf(resultFmt, passed);
#endif