Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bailey27/cppcryptfs
/ ~CryptThreadData
Method
~CryptThreadData
cppcryptfs/dokan/CryptThreadData.cpp:31–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
#include
"CryptThreadData.h"
30
31
CryptThreadData::~CryptThreadData()
32
{
33
if (hThread != NULL) {
34
CloseHandle(hThread);
35
}
36
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected