From 3b773db728d552b9938e40cb94c755032adcc6d2 Mon Sep 17 00:00:00 2001 From: Anthony Hu Date: Fri, 14 Jul 2023 13:43:57 -0400 Subject: [PATCH] Clean up after myself --- tests/api.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/api.c b/tests/api.c index 18970933f..9a6f32ddd 100644 --- a/tests/api.c +++ b/tests/api.c @@ -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 */