mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +02:00
remove double free in test case
This commit is contained in:
@ -1268,7 +1268,6 @@ static void test_wolfSSL_CertManagerNameConstraint(void)
|
|||||||
XFREE(der, HEAP_HINT, DYNAMIC_TYPE_TMP_BUFFER);
|
XFREE(der, HEAP_HINT, DYNAMIC_TYPE_TMP_BUFFER);
|
||||||
wolfSSL_X509_free(x509);
|
wolfSSL_X509_free(x509);
|
||||||
wc_FreeRng(&rng);
|
wc_FreeRng(&rng);
|
||||||
wolfSSL_CertManagerFree(cm);
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user