Skip to content

Commit

Permalink
QUIC: Cleanup quic tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tmshort committed Jan 30, 2024
1 parent bb84f14 commit 4b847a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/sslapitest.c
Original file line number Diff line number Diff line change
Expand Up @@ -10580,6 +10580,11 @@ static int test_quic_api_version(int clnt, int srvr)
testresult = 1;

end:
SSL_free(serverssl);
SSL_free(clientssl);
SSL_CTX_free(sctx);
SSL_CTX_free(cctx);

return testresult;
}

Expand Down

0 comments on commit 4b847a9

Please sign in to comment.