Skip to content

Commit

Permalink
FullChainExperimental-01-200106-ssl_transport_security_test
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayku committed Jan 6, 2020
1 parent 3eadaa1 commit ef376e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/core/tsi/ssl_transport_security_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,12 @@ void ssl_tsi_test_extract_cert_chain() {
TSI_OK);
GPR_ASSERT(memcmp(chain, chain_property.value.data,
chain_property.value.length) == 0);
BIO_free(bio);
gpr_free(chain);
gpr_free(cert);
gpr_free(ca);
tsi_peer_property_destruct(chain_property);
sk_X509_INFO_pop_free(inf, X509_INFO_free);
}

int main(int argc, char** argv) {
Expand Down

0 comments on commit ef376e3

Please sign in to comment.