We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31a02f1 commit 3b773dbCopy full SHA for 3b773db
1 file changed
tests/api.c
@@ -41954,6 +41954,7 @@ static int test_wolfSSL_GENERAL_NAME_print(void)
41954
XMEMSET(outbuf, 0, sizeof(outbuf));
41955
ExpectIntGT(BIO_read(out, outbuf, sizeof(outbuf)), 0);
41956
ExpectIntEQ(XSTRNCMP((const char*)outbuf, dnsStr, XSTRLEN(dnsStr)), 0);
41957
+ GENERAL_NAME_free(gn);
41958
41959
/* test for GEN_URI */
41960
0 commit comments