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

Method ~CryptConfig

libcppcryptfs/config/cryptconfig.cpp:103–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101
102
103CryptConfig::~CryptConfig()
104{
105 delete m_pKeyBuf;
106 delete m_pGcmContentKey;
107}
108
109
110bool

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected