remove double free in test case

This commit is contained in:
Jacob Barthelmeh 2020-06-23 14:45:31 -06:00
parent dafd35e4c1
commit ae90119af4

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
}