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 Oct 11, 2023
1 parent 211571a commit 929f1fa
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 @@ -10552,6 +10552,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 929f1fa

Please sign in to comment.