Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit c960369

Browse files
committed
QUIC: Cleanup quic tests
1 parent 0394cf6 commit c960369

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/sslapitest.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10548,6 +10548,11 @@ static int test_quic_api_version(int clnt, int srvr)
1054810548
testresult = 1;
1054910549

1055010550
end:
10551+
SSL_free(serverssl);
10552+
SSL_free(clientssl);
10553+
SSL_CTX_free(sctx);
10554+
SSL_CTX_free(cctx);
10555+
1055110556
return testresult;
1055210557
}
1055310558

0 commit comments

Comments
 (0)