Skip to content

Commit

Permalink
QUIC: Cleanup quic tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tmshort authored and wbl committed Oct 24, 2023
1 parent ba97518 commit 561d93a
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 561d93a

Please sign in to comment.