MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / ~CryptContext

Method ~CryptContext

libcppcryptfs/context/cryptcontext.cpp:173–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171
172
173CryptContext::~CryptContext()
174{
175 if (m_mountEvent)
176 CloseHandle(m_mountEvent);
177
178 if (m_config)
179 delete m_config;
180}
181
182void CryptContext::GetFsInfo(FsInfo & info)
183{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected