From ae90119af4cd766459d2d1b39c57f60b1c67d6ab Mon Sep 17 00:00:00 2001 From: Jacob Barthelmeh Date: Tue, 23 Jun 2020 14:45:31 -0600 Subject: [PATCH] remove double free in test case --- tests/api.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/api.c b/tests/api.c index 8416860ee..2d30d26c9 100644 --- a/tests/api.c +++ b/tests/api.c @@ -1268,7 +1268,6 @@ static void test_wolfSSL_CertManagerNameConstraint(void) XFREE(der, HEAP_HINT, DYNAMIC_TYPE_TMP_BUFFER); wolfSSL_X509_free(x509); wc_FreeRng(&rng); - wolfSSL_CertManagerFree(cm); #endif }