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

Method ~LockZeroBuffer

libcppcryptfs/util/LockZeroBuffer.h:92–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 }
91
92 virtual ~LockZeroBuffer()
93 {
94 if (m_buf) {
95 Clear();
96 if (m_IsLocked)
97 VirtualUnlock(m_buf, sizeof(T)*m_len);
98 delete[] m_buf;
99 }
100 }
101};
102

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected