Currently it is very easy to use the `TlsCredentialsOptions` in such a
way that it produces a memory leak. For example, the code block
```
{
TlsCredentialsOptions options;
}
```
produces a memory leak. This PR fixes up the ownership bugs in this
class and its `grpc_tls_credentials_options`, the C-core analogue.
|
||
|---|---|---|
| .. | ||
| load_reporter | ||
| BUILD | ||
| authorization_policy_provider_test.cc | ||
| credentials_test.cc | ||
| server_builder_test.cc | ||
| server_builder_with_socket_mutator_test.cc | ||
| server_request_call_test.cc | ||