mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +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);
|
||||
wolfSSL_X509_free(x509);
|
||||
wc_FreeRng(&rng);
|
||||
wolfSSL_CertManagerFree(cm);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user