Skip to content

Commit

Permalink
FullChainExperimental-01-200106-ssl_transport_security_test-2
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayku committed Jan 6, 2020
1 parent ef376e3 commit 48d51b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/core/tsi/ssl_transport_security_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -887,8 +887,8 @@ void ssl_tsi_test_extract_cert_chain() {
gpr_free(chain);
gpr_free(cert);
gpr_free(ca);
tsi_peer_property_destruct(chain_property);
sk_X509_INFO_pop_free(inf, X509_INFO_free);
tsi_peer_property_destruct(&chain_property);
sk_X509_INFO_pop_free(certInfos, X509_INFO_free);
}

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

0 comments on commit 48d51b2

Please sign in to comment.