help static analyzer out, CID 516263

This commit is contained in:
JacobBarthelmeh
2025-04-23 14:00:22 -06:00
parent ea03decf60
commit f96e493790

View File

@ -346,6 +346,7 @@ static int test_provide_quic_data(void) {
len = fake_record(1, 100, lbuffer);
ExpectTrue(provide_data(ssl, wolfssl_encryption_initial, lbuffer, len, 1));
wolfSSL_free(ssl);
ssl = NULL;
ExpectNotNull(ssl = wolfSSL_new(ctx));
len = fake_record(1, 100, lbuffer);