Skip to content

Commit f96e493

Browse files
help static analyzer out, CID 516263
1 parent ea03dec commit f96e493

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/quic.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ static int test_provide_quic_data(void) {
346346
len = fake_record(1, 100, lbuffer);
347347
ExpectTrue(provide_data(ssl, wolfssl_encryption_initial, lbuffer, len, 1));
348348
wolfSSL_free(ssl);
349+
ssl = NULL;
349350

350351
ExpectNotNull(ssl = wolfSSL_new(ctx));
351352
len = fake_record(1, 100, lbuffer);

0 commit comments

Comments
 (0)