MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / ~MutexWrapper

Method ~MutexWrapper

FastCopy/MutexWrapper.cpp:13–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13MutexWrapper::~MutexWrapper()
14{
15 if (m_handle != INVALID_HANDLE_VALUE)
16 {
17 ReleaseMutex(m_handle);
18 CloseHandle(m_handle);
19 }
20}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected