mirror of https://github.com/wolfSSL/wolfssl.git
remove double free in test case
parent
dafd35e4c1
commit
ae90119af4
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue