MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / ~CryptoManager

Method ~CryptoManager

src/jrd/CryptoManager.cpp:337–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335 }
336
337 CryptoManager::~CryptoManager()
338 {
339 cryptThread.waitForCompletion();
340
341 delete stateLock;
342 delete threadLock;
343 delete checkFactory;
344
345 dbInfo->destroy();
346 }
347
348 void CryptoManager::shutdown(thread_db* tdbb)
349 {

Callers

nothing calls this directly

Calls 2

waitForCompletionMethod · 0.45
destroyMethod · 0.45

Tested by

no test coverage detected