mirror of https://github.com/grpc/grpc.git
Remove unmatched grpc_init from *ChannelFromFd methods (#29434)
* Remove unmatched grpc_init from *ChannelFromFd methods These unmatched grpc_init calls were preventing grpc_shutdown from completing, which notably showed up in the only tests we have that exercise these methods: `client_interceptors_end2end_tests.cc`. These inits appear to be unnecessary, so I removed them. But if I've missed some reason they're needed, an alternative is to find the right place to add the corresponding `init_lib.shutdown();` call. I'm not sure where that would be at this point. See b/175634383 * Alternative: init & shutdown before calling any core librarypull/29437/head
parent
b3ded99cd4
commit
f12658cdcd
1 changed files with 8 additions and 2 deletions
Loading…
Reference in new issue