| 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 | { |
nothing calls this directly
no test coverage detected