MCPcopy Create free account
hub / github.com/apache/thrift / ~GlobalFixture

Method ~GlobalFixture

lib/cpp/test/SecurityTest.cpp:84–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 }
83
84 virtual ~GlobalFixture()
85 {
86 apache::thrift::transport::cleanupOpenSSL();
87#ifdef __linux__
88 signal(SIGPIPE, SIG_DFL);
89#endif
90 }
91};
92
93#if (BOOST_VERSION >= 105900)

Callers

nothing calls this directly

Calls 1

cleanupOpenSSLFunction · 0.85

Tested by

no test coverage detected