remove double free in test case

pull/3058/head
Jacob Barthelmeh 2020-06-23 14:45:31 -06:00
parent dafd35e4c1
commit ae90119af4
1 changed files with 0 additions and 1 deletions

View File

@ -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
}