Skip to content

Commit 3b773db

Browse files
committed
Clean up after myself
1 parent 31a02f1 commit 3b773db

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/api.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41954,6 +41954,7 @@ static int test_wolfSSL_GENERAL_NAME_print(void)
4195441954
XMEMSET(outbuf, 0, sizeof(outbuf));
4195541955
ExpectIntGT(BIO_read(out, outbuf, sizeof(outbuf)), 0);
4195641956
ExpectIntEQ(XSTRNCMP((const char*)outbuf, dnsStr, XSTRLEN(dnsStr)), 0);
41957+
GENERAL_NAME_free(gn);
4195741958

4195841959
/* test for GEN_URI */
4195941960

0 commit comments

Comments
 (0)