| 171 | |
| 172 | |
| 173 | CryptContext::~CryptContext() |
| 174 | { |
| 175 | if (m_mountEvent) |
| 176 | CloseHandle(m_mountEvent); |
| 177 | |
| 178 | if (m_config) |
| 179 | delete m_config; |
| 180 | } |
| 181 | |
| 182 | void CryptContext::GetFsInfo(FsInfo & info) |
| 183 | { |
nothing calls this directly
no outgoing calls
no test coverage detected