From f96e493790fb9898f60e8bd6b2a5c7e86eacea84 Mon Sep 17 00:00:00 2001 From: JacobBarthelmeh Date: Wed, 23 Apr 2025 14:00:22 -0600 Subject: [PATCH] help static analyzer out, CID 516263 --- tests/quic.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/quic.c b/tests/quic.c index 3b1f2f7fb..c2a12888e 100644 --- a/tests/quic.c +++ b/tests/quic.c @@ -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);