Add missing check_config release

pull/24824/head
Yash Tibrewal 4 years ago
parent 3f46d68975
commit ee2480abbd
  1. 1
      test/cpp/end2end/xds_end2end_test.cc

@ -1485,6 +1485,7 @@ std::shared_ptr<ChannelCredentials> CreateTlsFallbackCredentials() {
options, check_config);
auto channel_creds = std::make_shared<SecureChannelCredentials>(
grpc_tls_credentials_create(options));
grpc_tls_server_authorization_check_config_release(check_config);
return channel_creds;
}

Loading…
Cancel
Save