mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
addressed sanitize failure
This commit is contained in:
@ -39113,8 +39113,10 @@ static void test_wolfSSL_X509_load_crl_file(void)
|
|||||||
WOLFSSL_FILETYPE_PEM ), CRL_CERT_REVOKED);
|
WOLFSSL_FILETYPE_PEM ), CRL_CERT_REVOKED);
|
||||||
}
|
}
|
||||||
|
|
||||||
printf(resultFmt, passed);
|
wolfSSL_X509_STORE_free(store);
|
||||||
|
store = NULL;
|
||||||
|
|
||||||
|
printf(resultFmt, passed);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user