Remove double free

This commit is contained in:
Anthony Hu
2022-12-05 15:39:14 -05:00
parent 65a5ea7cae
commit 312b488582

View File

@ -39594,7 +39594,6 @@ static int test_wolfSSL_PEM_write_bio_X509(void)
BIO_free(input);
BIO_free(output);
X509_free(x509a);
X509_free(x509b);
/* test CA and basicConstSet values are encoded when
* the cert is a CA */