Clean up after myself

This commit is contained in:
Anthony Hu
2023-07-14 13:43:57 -04:00
parent 31a02f194e
commit 3b773db728

View File

@ -41954,6 +41954,7 @@ static int test_wolfSSL_GENERAL_NAME_print(void)
XMEMSET(outbuf, 0, sizeof(outbuf));
ExpectIntGT(BIO_read(out, outbuf, sizeof(outbuf)), 0);
ExpectIntEQ(XSTRNCMP((const char*)outbuf, dnsStr, XSTRLEN(dnsStr)), 0);
GENERAL_NAME_free(gn);
/* test for GEN_URI */