addressed sanitize failure

This commit is contained in:
Hideki Miyazaki
2021-02-19 17:21:46 +09:00
parent 302c6dfe11
commit 2246ea33cc

View File

@ -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
} }