call channelDisconnect

This commit is contained in:
mrkraimer
2017-08-04 14:15:42 -04:00
parent b519422df5
commit f18fe3dca4
3 changed files with 271 additions and 46 deletions

View File

@@ -180,6 +180,7 @@ void ca_factory_cleanup(void*)
{
try {
ChannelProviderRegistry::clients()->remove("ca");
ca_context_destroy();
} catch(std::exception& e) {
LOG(logLevelWarn, "Error when unregister \"ca\" factory");
}