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

Method ~CSecureEdit

cppcryptfs/ui/SecureEdit.cpp:30–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30CSecureEdit::~CSecureEdit()
31{
32 if (m_pBuf)
33 delete m_pBuf;
34 if (m_pBufOld)
35 delete m_pBufOld;
36}
37
38BEGIN_MESSAGE_MAP(CSecureEdit, CEdit)
39 //{{AFX_MSG_MAP(CSecureEdit)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected